Author: Sagar

Savings Plans

Savings Plans are a flexible pricing model that offer low prices on AWS usage, in exchange for a commitment to a consistent amount of usage

Read More »

EC2 launch templates

Steps to create launch template: 1. Launch template name and description 2. Application and OS Images (Amazon Machine Image) : 3. Instance type : 4.

Read More »

Instance types

Type Use case types 1 General Purpose Provide a balance of compute, memory and networking resources, and can be used for a variety of diverse

Read More »

RealTime Example of JSON Data with Product information:

{   “$schema”: “http://json-schema.org/draft-04/schema#”,   “title”: “Product”,   “description”: “A product from Acme’s catalog”,   “type”: “object”,           “properties”: {              “id”: {         “description”: “The unique

Read More »

JSON Array of Objects

{“Employees”:[{“name”:”Ram”, “email”:”ram@gmail.com”, “age”:23}, {“name”:”Shyam”, “email”:”shyam23@gmail.com”, “age”:28}, {“name”:”John”, “email”:”john@gmail.com”, “age”:33}, {“name”:”Bob”, “email”:”bob32@gmail.com”, “age”:41}]}

Read More »

JSON Nested List

{  “firstName”: “Sonoo”,  “lastName”: “Jaiswal”,  “age”: 27,  “address”: {    “streetAddress”: “Plot-6, Mohan Nagar”,    “city”: “Ghaziabad”,    “state”: “UP”,    “postalCode”: “201007”  }}

Read More »