diff --git a/src/data/roadmaps/aws/content/101-ec2/index.md b/src/data/roadmaps/aws/content/101-ec2/index.md index 45ebc48bf..b0332f690 100644 --- a/src/data/roadmaps/aws/content/101-ec2/index.md +++ b/src/data/roadmaps/aws/content/101-ec2/index.md @@ -1,3 +1,7 @@ # EC2 -Amazon Elastic Compute Cloud (EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. EC2 enables you to scale your compute capacity, develop and deploy applications faster, and run applications on AWS's reliable computing environment. You have the control of your computing resources and can access various configurations of CPU, Memory, Storage, and Networking capacity for your instances. \ No newline at end of file +Amazon Elastic Compute Cloud (EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. EC2 enables you to scale your compute capacity, develop and deploy applications faster, and run applications on AWS's reliable computing environment. You have the control of your computing resources and can access various configurations of CPU, Memory, Storage, and Networking capacity for your instances. + +Learn more from the following resources: + +- [@official@EC2 - User Guide](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html) \ No newline at end of file