<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Connect_to_the_instance_using_SSH.</id>
		<title>Connect to the instance using SSH. - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Connect_to_the_instance_using_SSH."/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Connect_to_the_instance_using_SSH.&amp;action=history"/>
		<updated>2026-05-06T14:58:12Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Connect_to_the_instance_using_SSH.&amp;diff=4467&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;text&quot;&gt;      Connect to the instance using SSH. You may refer to the instructions in the third exercise for connecting  to the instance.     Open the credentials....&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Connect_to_the_instance_using_SSH.&amp;diff=4467&amp;oldid=prev"/>
				<updated>2019-08-26T17:04:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;      Connect to the instance using SSH. You may refer to the instructions in the third exercise for connecting  to the instance.     Open the credentials....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    Connect to the instance using SSH. You may refer to the instructions in the third exercise for connecting&lt;br /&gt;
 to the instance.&lt;br /&gt;
    Open the credentials.csv file that you downloaded earlier. Find the entry for edXProjectUser, and note &lt;br /&gt;
the values for Access Key Id and Secret Access Key.&lt;br /&gt;
    On the instance terminal, type the below command.&lt;br /&gt;
&lt;br /&gt;
    aws configure&lt;br /&gt;
&lt;br /&gt;
    Follow the prompts on the screen and paste in the values for Access Key Id and Secret Access Key.&lt;br /&gt;
    For Region, type us-west-2.&lt;br /&gt;
    For Default output format, press ENTER.&lt;br /&gt;
    You have now configured the AWS CLI so that any CLI calls will operate with the credentials of the AWS IAM user edXProjectUser.&lt;br /&gt;
    Now query the information about the Amazon EC2 instances in your account. Type the command below.&lt;br /&gt;
&lt;br /&gt;
    aws ec2 describe-instances&lt;br /&gt;
&lt;br /&gt;
    You should see a JSON output with all the information of the Amazon EC2 instances in your account.&lt;br /&gt;
This means that you were able to successfully execute the AWS CLI command with the permissions attached&lt;br /&gt;
 to the edXProjectUser.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>