Ask
For creating secure environments by default, clients might want to set the MapPublicIpOnLaunch field for public subnets to false.
Sample manifest
For example, a sample manifest might be:
name: test
type: Environment
network:
vpc:
subnets:
public:
ip_on_launch: false # default remains true.
Ask
For creating secure environments by default, clients might want to set the
MapPublicIpOnLaunchfield for public subnets tofalse.Sample manifest
For example, a sample manifest might be: