Questions tagged [aws-access-policy]
48 questions
0
votes
1 answer
AWS sqs limit to ec2 with iam role
I have an SQS to which i want to limit the access of services allowed to send/receive.
After reading and trying out I have found that this should be doable by using an Access Policy on the SQS.
The policy i wrote:
"Version": "2012-10-17",
"Id":…

superstienos
- 124
- 11
-1
votes
1 answer
Can a user access to S3 be controled at Bucket and Object level?
A AWS user can be given access to S3 by giving the appropriate permissions. Say the user is granted S3FullReadWrite permission through IAM.
But then, can the users be restricted to write to few buckets/objects only not all of them.
Other way put,…

samshers
- 1
- 6
- 37
- 84
-1
votes
1 answer
Deploying an ec2 instance without using aws secret access key and aws access key id
My workstation and server are both RHEL ec2 instances and
whenever I run the command:-
knife ec2 server create
-r “role[----------]”
-I ami-XXXXXXXX
-f t2.small
-S knife
-i ~/.ssh/XXXXXXXXXXX.ppk –ssh-user ec2-user –region us-east-1
-Z…

Ritwik Singh
- 75
- 1
- 8