# amazon-clouds **Repository Path**: kindlytree/amazon-clouds ## Basic Information - **Project Name**: amazon-clouds - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2024-11-20 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction to Amazon EC2 - 任务需求:同学们分工,将下面的亚马逊云实验写成文档,到时候开源出来,供更多的同学们甚至其他更多的人来学习 ## 相关技术背景知识 ### VPC ### NAT 网关 ### .... ## 实验手册本地化 ### 步骤一 ### 步骤二 ## git工具使用 - git工具下载地址:`https://gitforwindows.org/` 选择 `download`链接,下载后安装,然后在工作区目录鼠标右键后弹出的上下文菜单中选择 `Open Git Bash here` - 克隆到本地:`https://gitee.com/kindlytree/amazon-clouds.git` - fetch所有的分支: `git fetch -a` - 切换到dev分支: `git checkout dev` - 创建个人目录:`mkdir yourname` - 根据分配的题目在自己的个人目录下编写实验手册,如第一个任务,`zhangsan`在做,则在 `zhangsan`目录下创建 `introduction_to_amazon_ec2.md` - 撰写好一个文档,或者感觉可以分多次提交到仓库的时候,执行如下示例的操作 ``` git add . git commit -m 'update task 1' git push origin dev ``` ## vocode工具的使用 - 下载vscode ide:`https://code.visualstudio.com/` 后安装 ## 任务分工member1: ``` Introduction to Amazon EC2 Introduction to Amazon EC2 Auto Scaling Troubleshooting connectivity using EC2 Serial Console member2: Introduction to Amazon Simple Storage Service (S3) Using Open Data with Amazon S3 AWS Storage Gateway: S3 File Gateway Setup, Configuration, and Monitoring member3: Building Your First Amazon Virtual Private Cloud (VPC) Introduction to Amazon Redshift Introduction to AWS Key Management Service member4: Introduction to AWS Lambda Introduction to Elastic Load Balancing Introduction to Amazon API Gateway member5: Introduction to Amazon Elastic Block Store (Amazon EBS) Introduction to Amazon Virtual Private Cloud (VPC) Introduction to AWS Identity and Access Management (IAM) member6: Lab - Troubleshooting - IAM Access Issues My Bucket, My Rules Security Monitoring member7: Introduction to Amazon Elastic Block Store (Amazon EBS) EC2 Instance Right Sizing Launching Amazon EC2 Instances member8: Introduction to Amazon EC2 Introduction to Amazon Elastic File System (EFS) Working with Elastic Load Balancing member9: Introduction to Amazon ElastiCache Introduction to Amazon Relational Database Service (RDS) - SQL Server Building with Amazon RDS Databases AWS Network Firewall for Ingress/Egress Traffic member10: Introduction to Amazon Simple Storage Service (S3) Lab - Create a Static Website with Amazon Simple Storage Service (Amazon S3) Lab - Querying Data Using Amazon S3 Select Using Data Encryption in AWS ```