- Questions
- Knowledge Center
- Articles
Questions tagged with Amazon EC2 Auto Scaling
Content language: English
Sort by most recent
I am trying to enforce a tag InfraOwner on ASGS and resources created by it through following SCP but it is not working and ASG is getting created even without InfraOwner tag
```
{
"Version":...
I'm new to Elastic Beanstalk
I want to achieve the following using Beanstalk's EC2 ASG
The number of instances is 0 when there is no request, and the number of instances is automatically expanded to...
I am facing an issue while creating an Elastic bean stalk environment. Here basically I am trying to launch a basic python application using elastic beanstalk.
![Elastic beanstalk log...
How would you design an AWS architecture for a highly available and scalable web application that needs to support millions of users globally, with the ability to handle sudden spikes in traffic and...
What do I need to change on my nginx/sites-available/default config so that it can find /api/auth? I am new to nginx. I believe the issue is in the nginx configuration for proxying requests to the...
When I createing my cluster in ECS, the created cluster is failed to register container instance, what are the possible causes for the problem and what should I check for?
(PS: I have created a...
When setting up an EKS Cluster, how would one setup Auto Scaling for a Node Group?
EKS docs show settings up either the Kubernetes Auto Scaler, or...
We are, as of an hour ago, getting the following error on all of out environments (multiple AWS accounts). Everything was working fine 6 hours ago.
No changes to configuration of CodeDeploy or...
I have a CloudFormation template that creates an AutoScaling Group (AWS::AutoScaling::AutoScalingGroup) using a LaunchConfiguration (AWS::AutoScaling::LaunchConfiguration). I'm trying to convert it to...
I have an Auto Scaling Group using Lifecycle Hooks; the ASG is hooked up to an Elastic Load Balancer as well. When I perform an instance refresh on the ASG, the instances complete their launching...
I have a question. I'm running my entire infrastructure in EC2. If I autoscale it 1st step is to create an AMI. But after taking creating an image. How should I capture and save my live data from...
I am trying to use ECS together with EC2 AutoscalingGroup(ASG) and ManagedScaling.
- AutoScalingGroupProvider has ManagedScaling `ENABLED` and TargetCapacity is set to 100.
- ASG has MinSize=0 and...