EC2 & Compute Flashcards
What is EC2?
Is a web service which provides secure, resizable compute capacity in the cloud
What are the main advantages of EC2?
Flexible on capacity and software on the instance.
What is an AMI?
Amazon machine image provides information required to launch of an instance. It is backed by an EBS snapshot.
What type of AMI’s are there?
Community, AWS marketplace and your own
What is User Data?
A series of commands run on the launch of a instance which are not encrypted
What is Meta Data?
Data about your instances such as region, AZ and Ip address
What is an ECS?
Amazon Elastic Container Service is a highly scalable, high performance container which supports Docker
What are the two types of ECS?
Amazon EC2 and Amazon Fargate
What is AWS Lambda?
A serverless computing technology which executes only when needed
What is AWS LightSail?
Enables users with little AWS knowledge to deploy and mage websites, applications and databases in the cloud
Which storage service is used by Amazon EC2 instances for the root volume?
Elastic Block Store (EBS)