5,639 questions
0
votes
1
answer
2k
views
Amazon S3 objects: is it possible to restrict public read policy to some IP adresses only ?
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. ...
1
vote
2
answers
2k
views
AWS S3 IAM policy multiple buckets
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 ...
5
votes
2
answers
3k
views
Using IAM for user authentication
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 ...
1
vote
1
answer
380
views
how do I create amazon ec2 instance with iam profile via php?
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 ...
6
votes
1
answer
1k
views
Can I hide some hosted zone from AWS IAM Users?
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 ...
2
votes
2
answers
428
views
Amazon IAM for Website Authentication
Can Amazon AWS IAM be used for user login in websites ?
5
votes
1
answer
2k
views
Is there a grace period when renewing IAM credentials via metadata query?
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 ...
0
votes
2
answers
584
views
Android: IAM users and S3
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 ...
11
votes
1
answer
6k
views
Why Doesn't My AWS S3 Bucket Policy Override My IAM Policy?
I have a user in my IAM account called "testuser" who has administrator privileges, like so:
{
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}
...
1
vote
1
answer
421
views
How to start a private instance in EC2 using IAM
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": "...
2
votes
0
answers
1k
views
Access Denied Federated Users Amazon S3
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 ...
2
votes
1
answer
694
views
Why Elastic MapReduce job flow failed in AWS MapReduce?
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 ...
16
votes
5
answers
3k
views
Is it possible to generate an AWS access key via IAM for use with the Product Advertising API?
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 ...
2
votes
3
answers
4k
views
Authenticating and using iAM users to access S3
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 ...
8
votes
2
answers
1k
views
Can Amazon IAM be used as an authentication method for hosts?
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 ...
1
vote
3
answers
2k
views
S3 with IAM Policy
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:
...
37
votes
9
answers
45k
views
I need an Amazon S3 user with full access to a single bucket
I have a user foo with the following privileges (it's not a member of any group):
{
"Statement": [
{
"Sid": "Stmt1308813201865",
"Action": "s3:*",
"Effect": "Allow",
"...
1
vote
1
answer
833
views
Set permissions on accessing a certain file on S3 using IAM with the PHP SDK?
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!
2
votes
1
answer
4k
views
Enabling AWS IAM Users access to shared bucket/objects
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 ...
6
votes
5
answers
5k
views
Enterprise SSO & Identity management / recommendations
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 ...