Skip to main content

16.AWS-S3-Part-Properties-1

16.AWS-S3-Part-Properties-1
.....................................................................................................................................................

......AWS S3.....PART--1

....
Storage::

1.S3-Simple storage service- Object storage..Google drive..Global..


2.EFS-Elastic File System(NFS-Network file system or Shared folder)

3.FSx-

4.S3 Glacier-Archive Storage - Backups

5.Storage Gateway- It is an appliance which can be on-perem or aws, which will allow
  to connect s3 and Glacier to EC2 Machines..

..................................................
1..
S3-Buckete-not public-object(Bucket inside data ,like amazone websit pics,,)-

Storage class: in S3 Objects..

Storage class    Designed for        Availability Zones Min storage duration Min billable object size Monitoring and automation fees Retrieval fees


1.Standard      Frequently accessed data > 3   
2.Intelligent-Tiering Long-lived data with changing or unknown access patterns > 3 30 days Per-object fees apply
3.Standard-IA Long-lived, infrequently accessed data > 3 30 days 128KB - Per-GB fees apply
4.One Zone-IA Long-lived, infrequently accessed, non-critical data > 1 30 days 128KB - Per-GB fees apply
5.Glacier Data archiving with retrieval times ranging from minutes to hours > 3 90 days - - Per-GB fees apply
6.Reduced Redundancy (Not recommended) Frequently accessed, non-critical data > 3 -

........
.S3 -Avilability , Durability.. google High avilabulity -wikipedia 99.99
.google -s3 pricing........( retrive,Data Transfer pric,Data transfer out from amazone s3 to internet,)
.

.......AWS S3-Bucket Properties.......
1.Versioning: Like Git Hub Repository..
2.Server access logging:
3.Static website hosting:
4.Object-level logging:
5.Default encryption:
6.Advanced settings:
( Object lock,Tags,Transfer acceleration,Events,Requester pays )

........................................................................................................................................................................






Comments

Popular posts from this blog

36.Migration & Transfer

36.Migration & Transfer Migration & Transfer:::...... .............................................. 1.Snowball::(data moving only,like box, 10gb connectivety, 80terrabytes supportes one box,encripted for portable purpouse ,aws snow mobi- like truck 40gb connectivety bunch of snow balles in side truck, we use this services for not having enf bandwidth, snowball edge.study dock) 2.Server Migration Service:: ( virtual servers not for physical servers, free tool,  google search aws sms limits, onprimisess to cloude, to over com use 3rd party tools lik platespin migrate aws,cloud endure,zerto aws )  15.54 .. video harshas desktop..(google - aws sms user guide,planning diffuclt but implementation easy,  google - aws 6r , acess key and security key required,replication,finally creating AMI) 3.Database Migration Service(crating one instnce to take replication from on premisiss to stor in aws RDS,or more given directions,trasfer over vpn) 4.AWS Migration...

42-AWS-PROJECT-CERTIFATION

42-AWS-PROJECT-CERTIFATION ... GOOGLE....aws 6r..... 1. 2. 3. 4. 5. 6. PRE SALE -POST SALE::: DPR: Detailed PROJECT REPORT. RFI : REQUSTE FOR INF. RFP : REQUEST FOR PROPEROSAL RFQ : REQ     FOR QOOTE POC: PROOF OF CONCEPT HLD: HIGH LEVEL DEGINE  CEO,LEVEL,  HIG LEVEL DIAGROM LLD: LOW LEVEL DEGINE  .. AWS , VPC, ...... BUILD SHETT: FULL DETIALS OF IP NO.. ALL PIN TO PIN UAT: USER ACCEPTANCEY TEST ORT: OPERATION REDINESS TEST SING OFF : REMAINING AMOUT COLLECT CLOSE ARCHITECTURE: AWS CERTIFICATION: Jayandra Patil AWS .............. AWS sysops bluprint

43-Dev-git cmds

43-Dev-git cmds Harsha Veerapalli... .git clone https://github.com/username/repository  git clone https://github.com/NAVEENMJ/1 git status .git init .git status ... getting red cloure  ( a.txt ) .git add file.txt or  (git add .) .git push .git push -u origin master .................. .git branch ---list of branches .git checkout -b branch ...Creaing branches .git merge branch ... presnt in master then merge.. ................................... .git status .git init .git status ... getting red cloure  ( a.txt ) .git add file.txt .git status .... getting green cloure  ( new file: a.txt) [if multipull files in folder use git add .] .git commit -m "COMMIT-1" .. Hear COMMIT-1 Means giving name in genralli changed  name given .git log ......changes ...times.. modifi that file a.txt...... .git status .git add . .git status .git commit -m "COMMIT-2" .cls .git log ..........i want go before comited version....