Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Sub_readme #4

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Application Services/Exam Tips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
**NOTE:** Read FAQ section of SQS to help with exam

## SNS
- SNS is a notification service system
- Allows you to send notifications simultaneously

**Subscribers:**

Expand All @@ -19,6 +21,7 @@
- Email
- Email-JSON
- SQS
- SNS
- Application
- Lambda

Expand Down
1 change: 1 addition & 0 deletions EC2/templates/healthcheck.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><body><h1>CloudCheck</h1></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### General

- S3 is simple storage service
- S3 is object based, allows you to upload files
- Files can be 0B up to 5TB
- Unlimited storage
Expand Down