AWS Nitro Enclave instance does not have public ipv4 address
0
I have created an AWS ENclave enabled instance using the command
aws ec2 run-instances --image-id ami-<id> --count 1 --instance-type c5.2xlarge --key-name key_file_without_extension --region us-east-1 --enclave-options 'Enabled=true' --subnet-id subnet-<id>
But I cannot see a public IPv4 address though it has a private IPv4 address How to ssh in to this instance ? how to assign a public IPv4 address?
asked 2 months ago3 views
1 Answers
0
Have you launched the instance in a subnet that automatically assigned a public IP address? If not, you'll need to specify that you want a public IP assigned during instance launch.
Relevant questions
AWS Nitro Enclave instance does not have public ipv4 address
asked 2 months agoAWS EC2 Instance will not stop or terminate - Instance ID does not exist
asked 2 years agoUnable to create nitro enclaves using aws cli
asked 2 months agoRoute Public IPv4 Address within VPC
Accepted Answerasked a year agoI have not connect ec2 instance by instance and ssh key
asked 3 months agoDid not have IAM permissions to process tags on AWS::EC2::Instance resource
asked a year agoUnable to connect to EC2 instance using Public IP address with ssh
asked 2 years agoError when running vsock_sample AWS nitro tutorial
asked a month agoThe EBS snapshot policy does not create a tag from the instance
asked 3 months agoCannot reach IPv4 Public IP or Public DNS (IPv4)
asked 3 years ago
Launched using the wizard not sure what s the subnet is