Difference between revisions of "MapPublicIpOnLaunch:"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is false.
+
Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is <code>false</code>.
  
 
* <code>aws ec2 describe-subnets --filters Name=vpc-id,Values=vpc-0987654321 --output table | egrep "[[MapPublicIpOnLaunch]]|Name|CidrBlock"</code>
 
* <code>aws ec2 describe-subnets --filters Name=vpc-id,Values=vpc-0987654321 --output table | egrep "[[MapPublicIpOnLaunch]]|Name|CidrBlock"</code>
Line 6: Line 6:
  
 
== Related ==
 
== Related ==
[[AWS::EC2::Subnet]]
+
* <code>[[AWS::EC2::Subnet]]</code>
[[aws ec2 describe-vpcs]] | grep [[IsDefault]]
+
* <code>[[aws ec2 describe-vpcs]] | grep [[IsDefault]]</code>
[[aws ec2 describe-subnets]] | grep DefaultForAz
+
* <code>[[aws ec2 describe-subnets]] | grep DefaultForAz</code>
 +
* [[Datadog: EC2 subnets should not automatically assign public IP addresses]]
  
 
== See also ==
 
== See also ==

Latest revision as of 12:02, 27 June 2024

Indicates whether instances launched in this subnet receive a public IPv4 address. The default value is false.

  • aws ec2 describe-subnets --filters Name=vpc-id,Values=vpc-0987654321 --output table | egrep "MapPublicIpOnLaunch|Name|CidrBlock"

Related[edit]

See also[edit]

Advertising: