I have an applications which I am trying to install via bootstrap script for EC2 instance. This application needs a password to be provided during the installation. What is the most secure way to provide the password during bootstrap process?
The recommended method is:
The code in the Startup Script will automatically use the permissions assigned to the role that was associated with the EC2 instance.