Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 631 Bytes

File metadata and controls

15 lines (8 loc) · 631 Bytes

AWS VPC + subnets

Everything is to be done preferable on Sydney region ap-southeast-2

Elastic Network Interface (ENI)

Let's assume our service will need a fixed IP address and that if something happens with the instance we will have to move this IP address to a new one.

Create a new ENI attached to one of your private subnets and give it a fixed IP address within the network range of the chosen subnet.

Submit a PR with the following files

Remember to follow the instructions on how to submit a PR heres

  • README.md: copy from file ANSWER.md, containing your answers.