[Modified/Added] Git-Page Theme Change And Navigation Link Added

This commit is contained in:
kananinirav
2022-09-26 14:18:26 +09:00
parent 3ef915cbbe
commit 8b7a06d646
23 changed files with 98 additions and 5 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
_site
.sass-cache
Gemfile.lock
*.gem
.jekyll-cache

5
Gemfile Normal file
View File

@@ -0,0 +1,5 @@
source 'https://rubygems.org'
gem 'webrick'
# Run Google Page in local using "bundle exec jekyll s "
gem "github-pages", group: :jekyll_plugins

7
_config.yml Normal file
View File

@@ -0,0 +1,7 @@
remote_theme: pages-themes/cayman@v0.2.0
title: 'AWS Cloud Practitioner Short Notes'
description: 'It will help you with quick revision before the exam.'
show_downloads: false
google_analytics: 'G-JMDDTT0Y7C'

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

View File

@@ -396,4 +396,8 @@
- **Cost Explorer**: View current usage (detailed) and forecast usage
- **Billing Alarms**: in us-east-1 track overall and per-service billing
- **Budgets**: more advanced track usage, costs, RI, and get alerts
- **Savings Plans**: easy way to save based on long-term usage of AWS
- **Savings Plans**: easy way to save based on long-term usage of AWS
* * *
[👈 Machine Learning](./machine_learning.md)           [Home](../README.md)           [Advanced Identity 👉](./advanced_identity.md)

View File

@@ -56,4 +56,8 @@
- **Security Token Service (STS)**: temporary, limited-privileges credentials to access AWS resources
- **Cognito**: create a database of users for your mobile & web applications
- **Directory Services**: integrate Microsoft Active Directory in AWS
- **Single Sign-On (SSO)**: one login for multiple AWS accounts & applications
- **Single Sign-On (SSO)**: one login for multiple AWS accounts & applications
* * *
[👈 Account Management, Billing & Support](./account_management_billing_support.md)           [Home](../README.md)           [Other AWS Services 👉](./other_aws_services.md)

View File

@@ -167,4 +167,8 @@
- Software as a Service
- Containers
- If you buy through the AWS Marketplace, it goes into your AWS bill
- You can **sell your own solutions** on the AWS Marketplace
- You can **sell your own solutions** on the AWS Marketplace
* * *
[👈 Other AWS Services](./other_aws_services.md)           [Home](../README.md)

View File

@@ -186,3 +186,7 @@ If you need to launch a new application, where should you do it?
- CUSTOMER = RESPONSIBILITY FOR THE SECURITY **IN** THE CLOUD
- AWS = RESPONSIBILITY FOR THE SECURITY **OF** THE CLOUD
* * *
[👈 Index](../README.md)           [IAM: Identity Access & Management 👉](./iam.md)

View File

@@ -76,3 +76,7 @@
- No message retention
- Kinesis: real-time data streaming, persistence and analysis
- Amazon MQ: managed Apache MQ in the cloud (MQTT, AMQP.. protocols)
* * *
[👈 Global Infrastructure](./global_infrastructure.md)           [Home](../README.md)           [Cloud Monitoring 👉](./cloud_monitoring.md)

View File

@@ -213,3 +213,7 @@
- Service Health Dashboard: status of all AWS services across all regions
- Personal Health Dashboard: AWS events that impact your infrastructure
- Amazon CodeGuru: automated code reviews and application performance recommendations
* * *
[👈 Cloud Integration](./cloud_integration.md)           [Home](../README.md)           [VPC 👉](./vpc.md)

View File

@@ -289,3 +289,7 @@
- Glue: Managed ETL (Extract Transform Load) and Data Catalog service
- Database Migration: DMS
- Neptune: graph database
* * *
[👈 Amazon S3](./s3.md)(./elb_asg.md)           [Home](../README.md)           [Other Compute Section 👉](./other_compute.md)

View File

@@ -241,3 +241,7 @@
- CodeStar: Unified view for allowing developers to do CICD and code
- Cloud9: Cloud IDE (Integrated Development Environment) with collab
- AWS CDK: Define your cloud infrastructure using a programming language
* * *
[👈 Other Compute Section](./other_compute.md)           [Home](../README.md)           [Global Infrastructure 👉](./global_infrastructure.md)

View File

@@ -276,3 +276,7 @@ Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity i
- SSH: start a terminal into our EC2 Instances (port 22)
- EC2 Instance Role: link to IAM roles
- Purchasing Options: On-Demand, Spot, Reserved (Standard + Convertible + Scheduled), Dedicated Host, Dedicated Instance
* * *
[👈IAM: Identity Access & Management](./iam.md)           [Home](../README.md)           [EC2 Instance Storage 👉](./ec2_storage.md)

View File

@@ -152,3 +152,7 @@
- => Automate the creation, maintain, validate and test EC2 AMIs
- Can be run on a schedule (weekly, whenever packages are updated, etc…)
- Free service (only pay for the underlying resources)
* * *
[👈 EC2: Virtual Machines](./ec2.md)           [Home](../README.md)           [Elastic Load Balancing & Auto Scaling Groups 👉](./elb_asg.md)

View File

@@ -127,3 +127,7 @@
- Implement Elasticity for your application, across multiple AZ
- Scale EC2 instances based on the demand on your system, replace unhealthy
- Integrated with the ELB
* * *
[👈 EC2 Instance Storage](./ec2_storage.md)           [Home](../README.md)           [Amazon S3 👉](./s3.md)

View File

@@ -233,3 +233,7 @@ applications
- AWS Local Zones
- Bring AWS resources (compute, database, storage, …) closer to your users
- Good for latency-sensitive applications
* * *
[👈 Deploying and Managing Infrastructure at Scale](./deploying.md)           [Home](../README.md)           [Cloud Integration 👉](./cloud_integration.md)

View File

@@ -189,3 +189,7 @@ Example:
- **AWS SDK:** manage your AWS services using a programming language
- **Access Keys:** access AWS using the CLI or SDK
- **Audit:** IAM Credential Reports & IAM Access Advisor
* * *
[👈 What is Cloud Computing?](./cloud_computing.md)           [Home](../README.md)           [EC2: Virtual Machines 👉](./ec2.md)

View File

@@ -132,4 +132,8 @@
- Forecast: build highly accurate forecasts
- Kendra: ML-powered search engine
- Personalize: real-time personalized recommendations
- Textract: detect text and data in documents
- Textract: detect text and data in documents
* * *
[👈 Security & Compliance](./security_compliance.md)           [Home](../README.md)           [Account Management, Billing & Support 👉](./account_management_billing_support.md)

View File

@@ -92,4 +92,8 @@
- Based on **Chaos Engineering** stressing an application by creating disruptive events (e.g., sudden increase in CPU or memory), observing how the system responds, and implementing improvements
- Helps you uncover hidden bugs and performance bottlenecks
- Supports the following AWS services: EC2, ECS, EKS, RDS…
- Use pre-built templates that generate the desired disruptions
- Use pre-built templates that generate the desired disruptions
* * *
[👈 Advanced Identity](./advanced_identity.md)           [Home](../README.md)           [AWS Architecting & Ecosystem 👉](./architecting_and_ecosystem.md)

View File

@@ -190,3 +190,7 @@
- ECR: Private Docker Images Repository
- Batch: run batch jobs on AWS across managed EC2 instances
- Lightsail: predictable & low pricing for simple application & DB stacks
* * *
[👈 Databases & Analytics](./databases.md)            [Home](../README.md)           [Deploying and Managing Infrastructure at Scale 👉](./deploying.md)

View File

@@ -421,3 +421,7 @@
- Snow Family: import data onto S3 through a physical device, edge computing
- OpsHub: desktop application to manage Snow Family devices
- Storage Gateway: hybrid solution to extend on-premises storage to S3
* * *
[👈 Elastic Load Balancing & Auto Scaling Groups](./elb_asg.md)           [Home](../README.md)           [Databases & Analytics 👉](./databases.md)

View File

@@ -334,3 +334,7 @@
- Close your AWS account
- Change or cancel your AWS Support plan
- Register as a seller in the Reserved Instance Marketplace
* * *
[👈 VPC](./vpc.md)           [Home](../README.md)           [Machine Learning 👉](./machine_learning.md)

View File

@@ -111,3 +111,7 @@
- Site to Site VPN: VPN over public internet between on-premises DC and AWS
- Direct Connect: direct private connection to AWS
- Transit Gateway: Connect thousands of VPC and on-premises networks together
* * *
[👈 Cloud Monitoring](./cloud_monitoring.md)           [Home](../README.md)           [Security & Compliance 👉](./security_compliance.md)