<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x83.net &#187; user</title>
	<atom:link href="http://www.x83.net/tag/user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon IAM &#8211; Identity and Access Management</title>
		<link>http://www.x83.net/amazon-iam-identity-and-access-management/</link>
		<comments>http://www.x83.net/amazon-iam-identity-and-access-management/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 10:21:35 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[iam]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=795</guid>
		<description><![CDATA[I found out about IAM (Identity and Access Management) these days while I was searching for a way not to give my email/pass for my AWS account. Seems that IAM is pretty easy to use: 1. You add a group where you define the rights. Here you can select either one or multiple of the [...]]]></description>
			<content:encoded><![CDATA[<p>I found out about IAM (Identity and Access Management) these days while I was searching for a way not to give my email/pass for my AWS account. Seems that IAM is pretty easy to use:</p>
<p>1. You add a group where you define the rights. Here you can select either one or multiple of the default values (Administrator full access, Read only, EC2 full access, EC2 read only&#8230;etc) or you can even define custom policies by adding the rules in the Custom profile page. I&#8217;ve selected the default EC2 full access that looks like :</p>
<p><code>{<br />
"Statement": [<br />
{<br />
"Action": "ec2:*",<br />
"Effect": "Allow",<br />
"Resource": "*"<br />
},<br />
{<br />
"Effect": "Allow",<br />
"Action": "elasticloadbalancing:*",<br />
"Resource": "*"<br />
},<br />
{<br />
"Effect": "Allow",<br />
"Action": "cloudwatch:*",<br />
"Resource": "*"<br />
},<br />
{<br />
"Effect": "Allow",<br />
"Action": "autoscaling:*",<br />
"Resource": "*"<br />
}<br />
]<br />
}</code></p>
<p>2. Once the group is defined next step is to add users to this group.  Once the user name is defined a Access Key Id and Secret Access Key will be generated. Also here you need to define a password for the newly created account.</p>
<p>3. Final step is to test this by accessing a URL like : https://xxxxxxxxx.signin.aws.amazon.com/console where xxxxxxxxx AWS account ID (you find that in your &#8220;Security credentials&#8221; page)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/amazon-iam-identity-and-access-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBSD adding users</title>
		<link>http://www.x83.net/netbsd-adding-users/</link>
		<comments>http://www.x83.net/netbsd-adding-users/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:57:15 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[BSD]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[useradd]]></category>

		<guid isPermaLink="false">http://www.x83.net/blog/?p=165</guid>
		<description><![CDATA[useradd -G wheel -g wheel -m -s /bin/ksh giany user mod -s /usr/pkg/bin/bash giany Check &#8221;user&#8221; syntax.]]></description>
			<content:encoded><![CDATA[<p> useradd -G wheel -g wheel -m -s /bin/ksh giany<br />
 user mod -s /usr/pkg/bin/bash giany</p>
<p>Check &#8221;user&#8221; syntax.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/netbsd-adding-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

