This tag refers to the Amazon IAM (Identity and Access Management) Web Services from Amazon.
0
votes
0answers
9 views
Amazon S3 - Anonymous TVM vs Identity TVM
I'm trying to create a social app similar to a facebook app. Users upload photos and videos to the server. I'm thinking about using Amazon S3 to store this user generated content.
Each of these ...
0
votes
1answer
15 views
Safely distribute ec2 key pairs
What is a good way to safely distribute EC2 Keypairs amongst team members? I have considered using Signed URLs, but that would leave it open if someone outside somehow got the url.
Is there a way to ...
1
vote
1answer
26 views
How to set user name and group name in IAM using CloudFormation?
I created a CloudFormation template and I wanted to create IAM user, to do that I used this JSON string:
"CFNUser" : {
"Type" : "AWS::IAM::User",
"Properties" : {
"LoginProfile": {
...
0
votes
1answer
24 views
Checking if entry uploaded/exists in table using C# securely using AWS IAM
I need to check if a value has successfully uploaded to a table using C#. The table uses a hash and range. Currently I use a queryrequest->queryresponse->queryresult and then check if the result is ...
1
vote
1answer
69 views
Restricting access to Amazon S3 on object level for federated IAM users
I'm doing some research around using S3.
What I would like to achieve is basically control access to objects in S3 bucket in the same manner like on file system but for IAM federated users.
Let's ...
1
vote
1answer
65 views
assume IAM roles using user name and password
It seems really insecure to store permanent IAM access credentials (key, secret) on the instance or any other place.
The way I understood roles - it would make sense if I could manage permissions to ...
0
votes
1answer
47 views
Multiple Access Keys in Single Application
I have a web application that needs to access IAM information from multiple accounts based on the account the user clicks on from the home page. I'm currently under the impression that only one set of ...
0
votes
0answers
28 views
s3fs IAM Signing Certificate instead of access key
As much as possible, I don't want to store access keys in my PC/server so I want to use an IAM signing certificate instead, like how I do with other AWS command line tools. Does anyone know how I can ...
0
votes
1answer
111 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
1answer
110 views
How do I generate authenticated S3 urls using IAM roles?
When I had my hard-coded access key and secret key present, I was able to generate authenticated urls for users to view private files on S3. This was done with the following code:
import hmac
import ...
3
votes
1answer
117 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
1answer
87 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 ...
3
votes
1answer
121 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 ...
0
votes
1answer
219 views
Why might boto be denied access to S3 with proper IAM keys?
I am trying to access a bucket on S3 with boto. I have been given read access to the bucket and my keys are working when I explore it in S3 Browser. The following code is returning 403 Forbidden ...
1
vote
1answer
71 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
1answer
169 views
Browsing/Downloading S3 with BOTO and IAM
Following AWS IAM examples, I have the conf as below.
But this results in an "Access denied" when I use the credentials of the user with this
IAM policy attached.
Removing the Stringlike condition ...
0
votes
0answers
20 views
Amazon IAM cron integration
Does anyone have an example of using IAM and integrating it with cron. I know you can curl the metadata service, but haven't seen any practical examples of people using it programatically. thx.
0
votes
1answer
157 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 ...
1
vote
1answer
76 views
Opensource IAM tool used in development
I am looking for an Opensource lightweight IAM to be used in development as a substitute for the real commercial IAM in production. Something with basic IAM functionalities, easy to install & ...
1
vote
1answer
664 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": "*"
}
]
}
...
3
votes
2answers
1k views
Can IAM role temporary credentials be used in cloudformation templates?
I'm building a stack that needs access to a private S3 bucket to download the most current version of my application. I'm using IAM roles, a relatively new AWS feature that allows EC2 instances to be ...
1
vote
1answer
190 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": ...
1
vote
1answer
85 views
Can i use amazon IAM as loging credentials for my apps users
Is it possible to use the IAM API as a user registration service for my application.
I.e. if i present the user to create an account and password. Can they then log in with the IAM and use my ...
2
votes
0answers
243 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
0answers
236 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 ...
3
votes
2answers
319 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
1answer
258 views
How do I give multiple users access to a single Amazon S3 account AND determine who's added a file?
I have an AWS S3 account which contains 3 buckets. I need to be able to generate access codes for a new user so that they can access the buckets and add/delete files (preferably only their own, but ...
1
vote
3answers
486 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 ...
1
vote
1answer
345 views
Problems specifying a single bucket in a simple AWS user policy
I'm using AWS IAM STS (via boto) to create credentials for my accessing an S3 bucket. I'm at a loss as to what's wrong in the following policy. I've simplified my policy down as much as possible and ...
2
votes
1answer
312 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 ...
5
votes
1answer
2k views
How to download an EC2 X.509 certificate with an IAM User account?
Through the AWS Identity and Access Management, I have a user account to the AWS account of my CTO (who is credited with some money).
I wanted to use this IAM user account to set up my own instances ...
1
vote
3answers
523 views
S3 with IAM Policy
I've created a group with read-only access to S3 objects and a then 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:
...
4
votes
1answer
705 views
How do I remove a “grantee” user from S3 permissions tab?
This is really a two part question:
I'm seeing some users in the "Grantee" dropdown for editing S3 permissions within the AWS console.
Where are those users coming from?
How can I delete them?
...
5
votes
3answers
1k 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
1answer
205 views
Do AWS Canonical UserIDs exist for AWS Federated Users (temporary security credentials)?
Does a canonical user id exist for a federated user created using STS? When using boto I need a canonical user id to grant permissions to a bucket.
Here's a quick tour through my code:
I've ...
1
vote
1answer
132 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!
0
votes
3answers
2k views
AWS IAM GroupPolicy - Why is the s3:PutObject permission not working?
I have a group and I have applied the policy below to the group. I added a user to the group and created access keys for the user. I am able to Get from "mybucket" but I am not able to Put to ...
1
vote
1answer
3k 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 ...
0
votes
2answers
887 views
How do I get Eclipse to find the “org.eclipse.team.cvs.ssh” bundle?
I've been trying to install IAM or m2eclipse without success. Both of them need the org.eclipse.team.cvs.ssh bundle, but Eclipse Helios complains that the repository could not be found. I've been ...
2
votes
1answer
164 views
Novell EDirectory | How can it help in career [closed]
I am into microsoft technology and getting a project which is Implementation of IAM (Novell Edirectory). Does it makes sense to move from .Net as i have experience of 4 years now on it.
Since i dont ...
5
votes
5answers
2k 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 ...
1
vote
0answers
141 views
External User Authentication - Are there portal options for .Net web apps and SharePoint?
We have several existing web applications and SharePoint sites that we want to take off the intranet and make public to authorized external users. There are several commercial Identity and Access ...


