Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
0 answers
638 views

Set CPU options on Elastic Beanstalk environment via Cloud Formation

I have an Elastic Beanstalk worker app that is doing some memory-intensive single-threaded computation. All the available instance types that meet my memory requirements (16 Gb) have 2+ vCPUs, so I ...
Mike Rippon's user avatar
0 votes
1 answer
631 views

How to include sticky session in AWS Elastic Beanstalk using Cloud Formation template

As I searched for the stickiness in Elastic Beanstalk I didn't find the way how to include it using AWS Cloud Formation. Can anyone help me to do that thing. Thanks in advance.
Gayathri K's user avatar
1 vote
1 answer
622 views

How to assign a private IP dynamically generated with AWS Cloudformation?

I have an AWS Cloudformation, and I want two EC2 instances A and B on a private subnet under the same VPC. In the application, I need A to access B. How can I configure A with the dynamically ...
oleiba's user avatar
  • 121
2 votes
1 answer
773 views

Condition for Cloudformation Resource

So the thing is: I have this resource creation set for AWS Cloudformation using ElasticBeanstalk, which creates additional internal_loadbalancer: Resources: IntLB: Type: AWS::...
DaWe4444's user avatar
  • 131
0 votes
1 answer
941 views

elasticbeanstalk environment creation from cloudfromation freezes

I am migrating my app to a cloudformation stack. When stack creation starts creating the elasticbeanstalk, environment creation freezes at: 2:08pm Added instance [i-<myinstance>] to your ...
f.khantsis's user avatar
2 votes
1 answer
787 views

Why would you use AWS Elastic Beanstalk in conjunction with AWS CloudFormation?

It states here of Elastic Beanstalk and CloudFormation that... These services are designed to complement each other. From my reading, I don't understand why you would want to use them together. The ...
pingu's user avatar
  • 133