Cloud provider
AWS
Motherboard
https://app.brainboard.co/
Keywords
Summary
This architecture depicts an AWS instance running inside a Virtual Private Cloud (VPC) on the AWS cloud provider.
Resources
Terraform resources needed for the AWS Instance inside VPC architecture:
- VPC (Virtual Private Cloud)
- Subnet
- Route table
- Internet Gateway
- Security Group
- Network Interface
- Elastic IP
- Key Pair
- IAM Role
- EC2 Instance
These resources can be configured using Terraform scripts to create and manage the infrastructure.