Skip to main content

20.AWS STORAGE GATE WAY

20.AWS STORAGE GATE WAY;;;;;;;;


...................
Storage::---
S3
EFS
FSx
S3 Glacier
Storage Gateway
.......................................

Storage Gateway:::--
.........................................

EBS - can connet to the EC2 Machine
EFS - can connet to the EC2 Machine

1....
 .Deploye one EC2 Machine..
 .IAM- Create user-S3 Full acess-
 .login to Machine-Putty-mkdir /testing, cd /testing, nano file1, cp file1 file2,
  cp file1 file3,cp file1 file4,cp file1 file5,
 .aws s3 ls,aws configure,keyid,access key,us-east-1,json
 .aws s3 ls,aws s3 help,aws s3 cp help,

..... files copying from ec2 inst to s3 bucket.....by manually...
 .aws s3 cp file1 s3://mybucket/ .......here file1 from ec2vm my bucket means Your S3 buckt name..

 . ..... files copying from ec2 inst to s3 bucket.....by automaticaly....


 ....i want mount EC2 -s3 --------so directlly we cant mount by using AWS Storage gateway we can achive..

Storage Gateway::---
.Storage-Storage Gateway-File gateway-next-Amazone EC2 -
-m4.xlarg(4-16) - selet vpc-subnet-80gb root-add adtional 50 gb- next-secg(2049) - ok
- in Host platform- next-IPaddress-(our 1st machine public ip 52.90.117.83)-
connect to garway-gatwaytimezone,GWname- Activate gateway-waitfor5minitus -
-save and continue-createfileshare-give bucketname,n/wfilesystem,next-create fileshare-
......
,......now mount ec2 share folder to storge S3  via Storage gate way..
.df -h, mkdir /s3mount, cd /s3mount, nano newfile1,cp newfile1 newfile2,cp newfile1 newfile3,cp newfile1 newfile4,cp newfile1 newfile5
so automatically s3 bucket coped...


STEPS...

1.ec2istance
2.s3 bucket create
3.storage gatway(giving storage gw to s3 buckt link)
4.mountin ec2-folder to storage gatwayaddress study in storage gatway mounting cmd for linux,...
5. now keeping data into ec2 folder automatically copied to s3...

-------------------------------------------------------------------------------------------------------------------------------------



























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....