일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 빅데이터실무자격증
- sql자격증
- IAM
- SQLD
- 하둡
- 프로그래머스
- SQL
- Multi Factor Authentication
- programmers
- 파이썬
- MFA
- AWS자격증
- 리눅스
- CLF-01
- 빅데이터
- 코딩테스트
- 클라우데라자격증
- CCA131
- AWSCloudPractitioner
- 쉘스크립트
- 데이터베이스
- EC2
- 클라우드자격증
- hive
- hadoop
- RDBMS
- CCAAdministrator
- 클라우드컴퓨팅
- Identity and access management
- mysql
- Today
- Total
목록EC2 (4)
Sherry IT Blog
AWS Database 1. Amazon Aurora -> MySQL 및 PostgreSQL 과 호환되는 관계형 데이터베이스 엔진 ->MySQL보다 5배 뛰어난 성능과 상용 데이터베이스의 보안성, 가용성 및 안정성을 1/10 의 비용으로 제공함 -> 고성능, 뛰어난 보안(AWS Key managemant Service(KMS)를 통해 생성 및 저장데이터 암호화), MySQL 및 PostgreSQL 호환성, 높은 확장성(최대 32개의 vCPU와 244 GiB 메모리를 할당한 인스턴스로 확장할 수 있음, 높은 가용성 및 내구성, 완전 관리형 2. Amazon RDS (Amazon Relation Database Service) ->클라우드에서 관계형 데이터베이스를 설정,운영,확장 하기 쉬움 - >빠르고 손쉬..
AWS Storage 1. Amazon S3 (Amazon Simple Storage Service) -> 웹 어느 곳에서든지 용량에 관꼐없이 데이터를 저장하고 검색할 수 있는 단순한 웹서비스 인터페이스를 갖춘 객체 스토리지 -> 데이터레이크,백업,복구,재해 복구의 대상, 서버없는 컴퓨팅으로 사용가능 ->데이터 마이그레이션 옵션을 사용하면 Amazon S3 로 대량의 데이터를 간편하게 송신 또는 수신 가능 -> 간편함, 내구성, 확장가능, 보안, Available, 저렴한 비용, 간편한 데이터 전송, 통합(다른 AWS 서비스와 통합가능), 손쉬운 관리 2. Amazon EBS(Elastic Block Store) -> AWS클라우드의 Amazon EC2 인스턴스에 사용할 영구 블록 스토리지 볼륨을 제공함..
Which AWS Cost Management tool allows you to view the most granular data about your AWS bill? A.AWS Cost Explorer B.AWS Budgets C.AWS Cost and Usage report D.AWS Billing dashboard 정답: C Explanation: The Cost & Usage Report is your one-stop-shop for accessing the most granular data about your AWS costs and usage. You can also load your cost and usage information into Amazon Athena, Amazon Redshif..
Amazon EC2 -EC2 is one of the most popular of AWS' offering -EC2 = Elastic Compute Cloud = Infrastructure as a Service -It mainly consists in the capability of : Reing virtual machines(EC2) Storing data on virtual drivers(EBS) Disturbuting load accross machines(ELB) Scaling the services using an auto-scaling group(ASG) -Knowing EC2 is fundamental to unserstand how the Clour works -EC2 클라우드에서 안전하..