Skip to content

Commit

Permalink
tutorial37
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Nov 21, 2020
1 parent f3b94fe commit 1593774
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
32 changes: 32 additions & 0 deletions Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
10 changes: 10 additions & 0 deletions ec2_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Name,Type,Image,SG,Count,Iam,Key
Host1-Tutorial37,t2.micro,ami-0b0f4c27376f8aa79,sg1,2,ssm-role-ec2,key1
Host2-Tutorial37,t2.small,ami-03f4c416f489586a3,sg1,3,ssm-role-ec2,key2
Host3-Tutorial37,t2.medium,ami-03d64741867e7bb94,samplesg,1,ssm-role-ec2,key3
Host4-Tutorial37,t2.large,ami-03f4c416f489586a3,samplesg,1,ssm-role-ec2,key_sample
Host1-Tutorial37,t2.micro,ami-0b0f4c27376f8aa79,sg1,2,ssm-role-ec2,key2
Host2-Tutorial37,t2.small,ami-03f4c416f489586a3,sg1,2,ssm-role-ec2,key3
Host3-Tutorial37,t2.medium,ami-03d64741867e7bb94,samplesg,2,ssm-role-ec2,key1
Host4-Tutorial37,t2.large,ami-03f4c416f489586a3,samplesg,4,ssm-role-ec2,key_sample

6 changes: 3 additions & 3 deletions tutorial24.py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -42,12 +42,12 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"#create key pair\n",
"key_pair=ec2_resourc.create_key_pair(KeyName='key_sample1')\n"
"key_pair=ec2_resourc.create_key_pair(KeyName='key3')\n"
]
},
{
Expand Down
Binary file added tutorial37.pptx
Binary file not shown.
Binary file added ~$tutorial36.pptx
Binary file not shown.

0 comments on commit 1593774

Please sign in to comment.