python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS EC2 userdata giving "No such file or directory" error
I am trying to run the following in my userdata while creating ec2.
sudo yum update -y
sudo amazon-linux-extras install ansible2 -y
ssh-keygen -q -t rsa -f /home/ssm-user/.ssh/id_rsa -N ''
However,...
Judi
Votes: 0
Answers: 1
how to fetch aws secret to use as mysql password to run a docker container and pass the credential
i am trying to achieve a scenario where i would like to run a docker container using user-data in aws whenever the instance is stopped and start. I am not able to set the environment variable
using &q...
srk786
Votes: 0
Answers: 1
"Invalid function argument" with Userdata in Terraform
I'm trying to pass user data over a file so the code will look less clumsy, but having trouble. I've tried all the different combinations but nothing is working.
I went through the Terraform documenta...
thirudk
Votes: 0
Answers: 2
How to upload a file in wear OS to the cloud using wifi?
I am trying to create an app for wear OS in which user data is stored as a text file. Now, I want to collect this data and figure out a method using which the user uploads this data to the cloud using...
Parth Kandwal
Votes: 0
Answers: 0