From 3b1cc914056f210b6e14f2804d3fdaeac32d7939 Mon Sep 17 00:00:00 2001 From: Koki Kazaore <94179722+Koki-Kazaore@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:31:53 +0900 Subject: [PATCH] update index.md of 101-ec2 dir (#7329) --- src/data/roadmaps/aws/content/101-ec2/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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