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)
Terraform copies but (cloud-init) doesn't run user_data script on Bitnami EC2 instance
I'm trying to have Terraform run my bash script after deploying my Bitnami EC2 instance (AMI: ami-0f185ef928bf37528). I can find the file at /var/lib/cloud/instance/scripts/part-001 but it isn't being...
Bryce York
Votes: 0
Answers: 1
Issues running commands via cloud-init
An open source project I'm working on has components that require Linux and consequently virtualization has generally been the best solution for development and testing new features. I'm attempting to...
zephyrmoth
Votes: 0
Answers: 1
"Key_load_pubic: Invalid Format"
Experimenting with Terraform and Ansible deployment. I have a TF template that stands up a VPC and ec2 instances in AWS, and uses cloud-init scripts to prepare the instances. I've tried to upload my o...
alphatango165
Votes: 0
Answers: 1
Using valid YAML in cloud-init to run commands that add text to file
Using cloud-init, how can I run add text (list of strings) to a file? Also, do I need to escape the colon : character? It seems that that problem is YAML validation but could not find any examples to ...
Morariu
Votes: 0
Answers: 1