Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

A have a bucket with a public read policy. Now I want to restrict access to some of the objects in order to be accessible only from some IP adresses. Is this possible? I also plan to add CloudFront. ...
Dorian's user avatar
  • 2,590
1 vote
2 answers
2k views

We want to create logical folders within a bucket but not more than for 100 buckets. Assuming that we only have only one AWS account, we want to distribute the uploaded documents among those 100 ...
user avatar
5 votes
2 answers
3k views

I've read lots and lots of posts that touch on what I think should be a very common use case - but without finding exactly what I want, or a simple reason why it can't be done. I have some files on ...
mdavis6890's user avatar
1 vote
1 answer
380 views

I'd like to know how to create a new amazon ec2 instance using the php sdk and to do so providing it a IAM profile for a given role upon startup. This is a new feature apparently, and consequently ...
Ross's user avatar
  • 1,679
6 votes
1 answer
1k views

Can I restrict my AWS IAM Users to list only selected hosted zones that I would like them to see using AWS IAM Policies? Suppose I have three hosted zones A, B & C and I would like to hide A from ...
Ashish Pancholi's user avatar
2 votes
2 answers
428 views

Can Amazon AWS IAM be used for user login in websites ?
user1711143's user avatar
5 votes
1 answer
2k views

EC2 instance can retrieve there metadata with an HTTP GET to "169.254.169.254". If the instance in properly assigned an IAM role, it can automatically "discover" its API credentials. But these are ...
yadutaf's user avatar
  • 7,220
0 votes
2 answers
584 views

I'm working with an android device and Amazon's S3 storage system. I have a main user account and I've creates sub-users to access the storage on the behalf of my user. Typically, I would use do the ...
dulac's user avatar
  • 201
11 votes
1 answer
6k views

I have a user in my IAM account called "testuser" who has administrator privileges, like so: { "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } ...
Dasmowenator's user avatar
  • 5,528
1 vote
1 answer
421 views

How can I start an EC2 instance by user A. and the started instance by user A is unable to be seen by user B. Can I do this with IAM? I tried this set: { "Statement": [ { "Sid": "...
bbnn's user avatar
  • 3,620
2 votes
0 answers
1k views

I am getting an access denied whenever I try to access amazon s3 through my .NET application. I have an IAM user and if I use his credentials it works fine. But if I create a federated user using his ...
Abhi.Net's user avatar
  • 782
2 votes
1 answer
694 views

I created a job flow in AWS MapReduce, I created a job flow of Contextual Advertising (Hive Script) - done 'Start interactive Hive Session', selected m1.small instances, proceeded without a VPC subnet ...
Advait's user avatar
  • 6,431
16 votes
5 answers
3k views

I like using IAM (Identity and Access Management) to create users/groups with specific permissions for specific purposes. The Product Advertising API requires use of an access key (request param is ...
Adam Monsen's user avatar
  • 9,554
2 votes
3 answers
4k views

My use case is to allow users to create new user/password, create a folder for each user and allow them to upload files. Then when they come back, they can login with the user/password and download ...
Uri Maimon - Nominal's user avatar
8 votes
2 answers
1k views

Is it possible to use IAM to manage user accounts for EC2-hosted unix hosts by way of a PAM module similarly to LDAP, NIS, etc...? My goal is to have a means to centralize host authentication on our ...
hinder90's user avatar
  • 711
1 vote
3 answers
2k views

I've created a group with read-only access to S3 objects and then added a new user within that group. I'm having trouble understanding what the url to the file will be. I have the link thus far as: ...
doremi's user avatar
  • 15.4k
37 votes
9 answers
45k views

I have a user foo with the following privileges (it's not a member of any group): { "Statement": [ { "Sid": "Stmt1308813201865", "Action": "s3:*", "Effect": "Allow", "...
Kit Sunde's user avatar
  • 37.3k
1 vote
1 answer
833 views

Is it possible to set the users who can access certain files stored on Amazon's S3 with IAM and also using the PHP SDK? Thanks in advance!
Baker's user avatar
  • 11
2 votes
1 answer
4k views

Is it possible to expose Amazon S3 account bucket (shared by ACL setings) to the users setup using new Amazon AIM API under different account? I'm able to create working IAM policy when related to ...
Radim's user avatar
  • 1,503
6 votes
5 answers
5k views

We've discussed SSO before. I would like to re-enhance the conversation with defined requirements, taking into consideration recent new developments. In the past week I've been doing market research ...

1
109 110 111 112
113