All Questions
Tagged with amazon-cloudformation elastic-beanstalk
6 questions
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 ...
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.
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 ...
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::...
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 ...
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 ...