-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences
More file actions
37 lines (36 loc) · 1.95 KB
/
references
File metadata and controls
37 lines (36 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Manas:.m2 Manas$ cat /Users/Manas/Cloud_course/aws/project1/Project1/references
{
"referenceGuide":"Cite all the reference sources in the required format. Proper citations will help you avoid unnecessary trouble but does not make it acceptable to copy code. Read the course and university policy statements in this regard. When working with others, limit the discussion to block diagrams and arrows. Do not look at another students' code. Read the JSON semantics and make use of JSON validator from the Internet if needed.",
"websites":[
{
"title":"Tagging Your Amazon EC2 Resources",
"url":"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.edu.cmu.cs.cloud.samples.aws.html",
"code":"Not Used in Code.",
"description":"Used to understand that EC2 instances can not be tagged on creation"
},
{
"title":"awsdocs/aws-doc-sdk-examples",
"url":"https://github.com/awsdocs/aws-doc-sdk-examples",
"code":"Used to see examples of creating instances in EC2",
"description":"Used to see examples of creating instances in EC2"
},
{
"title":"Tutorial: Amazon EC2 Spot Instances",
"url":"https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/tutorial-spot-instances-java.edu.cmu.cs.cloud.samples.aws.html",
"code":"Used in requesting spot instances",
"description":"This is not implemented."
},
{
"title":"Tutorial: Amazon EC2 Spot Instances",
"url":"https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/tutorial-spot-instances-java.html",
"code":"Used in requesting spot instances",
"description":"This is not implemented."
}
{
"title":"Class DescribeInstancesRequest",
"url":"https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html?com/amazonaws/services/ec2/model/DescribeInstancesRequest.html",
"code":"Used for description of instances",
"description":"Used in LauchEC2Instance"
}
]
}