AWS - EC2 Fundamentals
Given this user data script for an EC2 instance:
What will happen when the instance starts?
#!/bin/bash echo "Hello World" > /home/ec2-user/hello.txt
What will happen when the instance starts?
