I was following the instructions for creating a startup package for EC2, however I couldn’t get the instance to use my package on S3 unless I made the zip file public. Is there a way to launch the instance using a package on S3 with authentication? Eventually I’d like to include our license and other info which I’d like to not be publicly available.
I’ll have to alter my startup package since it’s 63KB and the file option is limited to 16KB. Right now my zip includes the 4.0 version of the load balancer since the AMI seems to have an outdated (incompatible?) version installed. I could remove that and add a script to download it separately. I’ll post a copy of my script in case anyone else has a similar need.