Difference between revisions of "AWS Elastic IP (EIP)"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
Elastic IPs are totally free, as long as they are being used by an instance, by default, all AWS accounts are limited to five (5) Elastic IP addresses per [[Region]].
 
Elastic IPs are totally free, as long as they are being used by an instance, by default, all AWS accounts are limited to five (5) Elastic IP addresses per [[Region]].
  
==Related terms==
+
== Related terms ==
 
* [[Cloudformation]]: <code>[[AWS::EC2::EIP]]</code>
 
* [[Cloudformation]]: <code>[[AWS::EC2::EIP]]</code>
 
* <code>[[aws ec2 describe-instances]]</code>: <code>[[PublicIpAddress]]</code>
 
* <code>[[aws ec2 describe-instances]]</code>: <code>[[PublicIpAddress]]</code>
Line 11: Line 11:
 
* To change the instance type, the instance must be in the [[stopped]] state. <ref>https://aws.amazon.com/ec2/instance-types/</ref>, [[Public IP]] will change.
 
* To change the instance type, the instance must be in the [[stopped]] state. <ref>https://aws.amazon.com/ec2/instance-types/</ref>, [[Public IP]] will change.
 
* You can't convert an auto-assigned public IP address to an Elastic IP address. <ref>https://aws.amazon.com/premiumsupport/knowledge-center/ec2-associate-static-public-ip/</ref>
 
* You can't convert an auto-assigned public IP address to an Elastic IP address. <ref>https://aws.amazon.com/premiumsupport/knowledge-center/ec2-associate-static-public-ip/</ref>
 +
* <code>aws ec2 create-public-ipv4-pool</code>
  
 
== See also ==
 
== See also ==

Revision as of 08:11, 17 August 2022

Advertising: