amazon web services - Associated Public IP instead of EIP with terraform -


i'm trying associate public ip address me instance instead of eip there's no "aws_public_ip" resource in terraform.

i've reached limit of eip's , don't need eip - can take advantage of public ip addresses.

does mean it's not possible yet attach public_ip in terraform? have been successful in attaching public ip instance/interface using terraform?

thank you

you don't assign public ip addresses resource after has been created. , don't treat public ips separate resources. use public ips place resource in public vpc subnet, , set attribute associate_public_ip_address = true


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -