The installation fails as root user access is not yet granted.
[ec2-user@ip-192-168-10-250 Individual_Stocks]$ yum install -y aws-cfn-bootstrap
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
You need to be root to perform this command.
Above is the output from running the steps sequentially.
This results in missing the prescript.sh file which should be copied over from an s3 bucket.
The installation fails as
rootuser access is not yet granted.This results in missing the
prescript.shfile which should be copied over from ans3bucket.