what is t2 unlimited in AWS EC2 t2 instance type? AWS recently introduced “t2 unlimited concept” in t2 series. The advantage in t2 series is “burst capability” when comparing with other instance type.So whenever load comes it can burst the CPU to handle the load . It will utilize the cpu credit to provide high performance . But…
Category: Compute
AWS EC2 Shared , Dedicated Instance , Dedicated Host difference
AWS EC2 Shared , Dedicated Instance , Dedicated Host difference In this article we will go-through what is AWS EC2 Shared , Dedicated Instance , Dedicated Host and difference between them .AWS has 3 types of EC2 tenancy model . Actually this will explain how your actual virtual server (EC2) hosted in real physical server.Depends on tenancy type…
EC2 Failing instance status checks
EC2 Failing instance status checks I hope most of the administrators may come across this issue in AWS ” EC2 Failing instance status checks” . Why this issue occurring ? Yes , there could be multiple reason for each operating system . But one of the frequent reason would be Operating System fail to boot. Remeber you are just…
What is EBS optimized instance in AWS?
What is EBS optimized instance in AWS? Normally not all the instances EBS optimized instance type in AWS. Only specific ec2 instance types are EBS optimized. This will trigger another question ,how EBS disks are connecting with ec2? Through ec2 instance network cards only. So your network traffic and EBS data traffic will use same NIC card. But the…
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…