- Home
- All questions
- Question 64
AWS Certified Solutions Architect study material · question 64 of 500
Why does AWS warn against putting a password in EC2 instance user data?
Show the answer
Answer: A. User data is neither authenticated nor encrypted, so anything on the instance can read it
Instance metadata and user data carry no authentication or encryption, so no password or long-lived key belongs there.
Source: Use instance metadata to manage your EC2 instance (Amazon Web Services) — Important