Questions tagged as 'amazon-web-services'

2
answers

ClassCastException from RSAPublicKey to CaviumRSAPublicKey

I have an exception when performing a Cast, my code is as follows: public static RSAPublicKey getKey(String filename) throws Exception { byte[] keyBytes = Files.readAllBytes(Paths.get(filename)); X509Encod...
asked by 19.10.2018 / 01:14
0
answers

How to list only one bucket in AWS S3?

I created a user in AWS to only interact with a specific bucket, but at the moment of entering the S3 console (web) he can see the list of all the buckets. Although, you can not modify anything, I would like you not to see the names of the other...
asked by 29.11.2018 / 21:49
0
answers

AWS CloudFormation UserData in Launch Template

Good companions of internete. I'm working on a Cloudformation: The idea is to create a AWS::EC2::LaunchTemplate In the LaunchTemplateData part let me put a stream of bash and run it. On the other hand, in the zone and instanc...
asked by 28.11.2018 / 12:01