About 9,490,000 results
Open links in new tab
  1. aws_instance - changing volume_size - Stack Overflow

    Apr 22, 2021 · It is doable through the AWS Console or AWS CLI, but not through Terraform, based on a quick test. Changing the volume_size parameter from 10 to 20 in an aws_instance definition such …

  2. How to fix AWS EC2 Status check showing "Instance reachability check ...

    Mar 20, 2022 · Since 3 days the second status check has failed and says "Instance reachability check failed", The first check is a pass. Please guide on how to fix this issue. Few details of the instanc...

  3. How to get an AWS EC2 instance ID from within that EC2 instance?

    Dec 24, 2016 · How can I find out the instance id of an ec2 instance from within the ec2 instance?

  4. HTTPS Setup in Amazon EC2 Instance - Stack Overflow

    Aug 15, 2024 · How do I enable HTTPS in Amazon EC2 instance? Because our website is running on HTTP and doesn't provide secure connections. Would need some suggestions from others.

  5. Aws Terraform managed resource "aws_instance" has not been …

    Aug 7, 2023 · Error: Reference to undeclared resource on modules/networking/main.tf line 64, in resource "aws_eip" "Terraform-eip": 64: instance = aws_instance.terraform.id A managed resource …

  6. Add/attach AWS IAM Role to EC2 instance via terraform

    Nov 29, 2022 · i have a quick question here.. I am using terraform to deploy ec2 instances on AWS, and i need a way to attach AWS IAM Role to the instance. I have created manuall on AWS console an …

  7. How can I re-download the pem file in AWS EC2? - Stack Overflow

    Jun 30, 2015 · I made a key pair pem file called "test.pem", and I downloaded to my PC. I made a new instance with this pem file. Now I am in a different pc, and I don't have this pem file in …

  8. Get Public IP Address on current EC2 Instance - Stack Overflow

    Jul 30, 2016 · Using Amazon CLI, is there a way to get the public ip address of the current EC2? I'm just looking for the single string value, so not the json response describe-addresses returns.

  9. How to upload files and folders to AWS EC2 instance?

    Jun 4, 2012 · I use SSH to connect to my Ubuntu instance. With SSH I can administer files and folders on the instance, but how do I upload files and folders from my local machine to the instance? Is it …

  10. aws cli: EC2: get the state of list of instances - Stack Overflow

    Dec 29, 2022 · I am trying to get the status of few EC2 instance using AWS CLI aws ec2 describe-instance-status --instance-ids xxxxxx yyyyyyyy zzzzzzzz But in the output It only lists the instances …