Application servicecs, Compute

What is elastic beanstalk in AWS

  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…

Continue Reading

Database, RDS

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…

Continue Reading

RDS

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…

Continue Reading

EC2

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…

Continue Reading

AWS Network

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…

Continue Reading