What is elastic beanstalk in AWS Elastic Beanstalk is the fastest and simplest way to deploy your application on AWS. AWS Elastic Beanstalk makes it easier for developers to quickly deploy and manage applications in the AWS Cloud. Developers simply upload their application, and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application…
Month: August 2017
What is rds parameter group in AWS?
What is rds parameter group in AWS? *You can manage your DB engine configuration through the use of parameters in a DB parameter group. *DB parameter groups act as a container for engine configuration values that are applied to one or more DB instances. *A default DB parameter group is created if you create a DB instance without specifying a…
What is rds db subnet group in AWS?
What is rds db subnet group in AWS? A DB subnet group is a collection of subnets (typically private) that you create in a VPC DB instances will reside in the selected subnet group. A DB subnet group allows you to specify a particular VPC when creating DB instances. Each DB subnet group should have subnets in at…
How to modify db subnet group for running aws rds instance?
How to modify db subnet group for running aws rds db instance? RDS DB subnet group is a collection of subnets in VPC. You can select the subnet group while launching RDS .Once you select the subnet group your DB will reside on the specific subnets. If you are not selecting any subnet group AWS will create and…
Launching a new EC2 instance. Status Reason: Your quota allows for 0 more running instance(s). You requested at least 1. Launching EC2 instance failed
Launching a new EC2 instance. Status Reason: Your quota allows for 0 more running instance(s). You requested at least 1. Launching EC2 instance failed This error may comes while instance launching manually or through auto scale as well . The reason is you reached on-demand running instance limit on that specific region . You need to increase the…
How to create AWS placement group and Launch Instances
Overview: AWS Placement Group is a logical grouping of instances within a single Availability Zone Using Placement Groups enables applications to participate in a low-latency, 10 Gbps network To get high performance network with low latency placement group is very good option. Logically the instance will be closer to . This will be useful for Cluster servers environment or very high transnational…