https://github.com/therealgonzalez/aws-building-virtual-private-cloud-project
I used Amazon VPC in my project by creating a screened subnet with auto assigned IPV4 addresses for new machines joining the newly launched VPC and assigning it to an internet gateway to allow for public internet access. The documentation and all my notes can be found in the PDF above!
https://github.com/therealgonzalez/aws-building-virtual-private-cloud-project
aws vpc
Last synced: 11 months ago
JSON representation
I used Amazon VPC in my project by creating a screened subnet with auto assigned IPV4 addresses for new machines joining the newly launched VPC and assigning it to an internet gateway to allow for public internet access. The documentation and all my notes can be found in the PDF above!
- Host: GitHub
- URL: https://github.com/therealgonzalez/aws-building-virtual-private-cloud-project
- Owner: Therealgonzalez
- License: gpl-3.0
- Created: 2024-12-31T01:27:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T01:30:50.000Z (over 1 year ago)
- Last Synced: 2025-02-20T21:16:01.836Z (over 1 year ago)
- Topics: aws, vpc
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS Building Virual Private Cloud Project
Description
I used Amazon VPC in my project by creating a screened subnet with auto
assigned IPV4 addresses for new machines joining the newly launched VPC
and assigning it to an internet gateway to allow for public internet access.
The documentation and all my notes can be found in the PDF above!
Languages and Utilities Used
- AWS
- Virtual Private Cloud
- Screened Subnets
- Internet Gateways