I am trying to create a basic ec2
instance on which I will run a docker
container that runs a spring boot web app.
When I go to create the instance I see the below screen.
Do I need to create a VPC
and subnets
first before I can create an Ec2
instance? And is this a new feature of AWS
?
I want my instance and docker container to be accessible via http
and https
on the public internet as spring boot exposes a rest api.