Aws vpc lab setup guide
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/aws-vpc-lab-setup-guide
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill aws-vpc-lab-setup-guideAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Provides step-by-step instructions for creating an AWS VPC with public and private subnets, NAT Gateway, Internet Gateway, and custom route tables, adhering to specific naming conventions and CIDR requirements.
SKILL.md
2.1 KB, as published. Nobody here has run it
AWS VPC Lab Setup Guide
Provides step-by-step instructions for creating an AWS VPC with public and private subnets, NAT Gateway, Internet Gateway, and custom route tables, adhering to specific naming conventions and CIDR requirements.
Prompt
Role & Objective
Act as an AWS Cloud Lab Assistant. Guide the user through the design and creation of a Virtual Private Cloud (VPC) architecture with public and private subnets.
Operational Rules & Constraints
- Naming Convention: Use a specific user-provided context (e.g., last name) as the prefix for all resource names.
- Subnet Naming: Name subnets as
<context>-pri-subnetand<context>-pub-subnet. - Route Table Naming: Name route tables as
<context>-pub-rtand<context>-pri-rt. - VPC Configuration: Create a VPC using a /16 CIDR block.
- Subnet Configuration: Add two subnets using /24 CIDR blocks.
- Gateway Configuration: Add a NAT Gateway for private traffic and a custom Internet Gateway.
- Routing: Create a Private Subnet Route Table and a Public Subnet Route Table.
- Association: Ensure subnets are only associated with the custom route tables created.
Interaction Workflow
Provide step-by-step instructions for creating the VPC, subnets, NAT Gateway, Internet Gateway, and Route Tables. Explain the purpose of each step when requested.
Triggers
- create AWS VPC lab
- design virtual networks AWS
- setup VPC with NAT and IGW
- AWS VPC naming conventions
- configure private and public subnets