전체 글

Basic Steps to create and Configure a bucket Create a Bucket 1. Give the bucket a name The name must be globally unique Bucket name include: 3-63 characters, lowercase letters, numbers, dots(.), hyphens(-) Bucket name must begin and end with a letter or number conbination of a bucket name, key, version ID uniquely identifies the object https://bucket-name.s3.amazonaws.com/folder-name/filename.zi..
Introduction to Cloud Storage On Premises storage: Data are shared through your local network Cloud storage: Data are shared through the internet -> outside service provider like AWS hosts your data Benefits of Cloud Storage Cost efficient: no huge up-front fee Secure: data is saved across multiple servers Accessible: multiple users can access Scalable Managed: cloud service provider manages the..
Lanching options AWS Management Console AWS Command Line Interface (CLI) AWS Software Development Kit (SDK) Other AWS services: AWS CloudFormation, AWS OpsWorks, AWS Elastic Beanstalk Amazon EC2 Lifecycle States Pending - Not billed preparing to enter the running state when it launching for the first time or when it starting after being in the stopped state. Running - Billed running and ready fo..
7 Steps to launching an EC2 Instance 1. Instance name and tags Tag Tag is a label that you can assign to an AWS resource key - value(optional), Name of the instance is the default tag tag limit per EC2 resource is 50 tags can search resources by key or by value or by combination of keys and values Benefits of Using Tags Resource organization: search & filter by tag, create groups of resources Co..
Lec 04-1: Intro to Amazon EC2 Intro to Computing Computing is the brain that makes IT application work. It collects, analyzes, processes, distributes data Main Components of Computing CPU runs and processes the instructions that it is given = makes the calculation possible RAM store data, temporary storage, main memory (DRAM) Hard drive long-term storage, stores the boot files and files that you..
Lec 03: Cloud Platforms, AWS Intro Cloud platforms Software as a Service (SaaS) CSP(Cloud Service Provider) provides an entire application Customer don't need to install and run the app on their computer CSP manages everything ex) Google Docs, Gmail Platform as a Service (PaaS) CSP exposes a set of tools (a platform) which allow users to create SaaS applications SaaS application runs on CSP's in..
Lecture 2: Cloud Infrastructure Cloud Computing: formal definition Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effor or service provider interaction. Focus on computing as a utility: Computing is outsourced to a third party or inte..
데이터 베이스 기본 개념 데이터 베이스의 필요성 - Data (데이터) : 현실 세계에서 단순히 관찰하거나 측정하여 수집한 사실이나 값 - Information (정보) : 의사 결정에 유용하게 활용할 수 있도록 데이터를 처리한 결과물 - Information System (정보 시스템): 조직 운영에 필요한 데이터를 수집하여 저장해두었다가 필요할 때 유용한 정보를 만들어 주는 시스템 - Database : 정보 시스템 안에서 데이터를 저장하고 있다가 필요할 때 제공하는 역할 담당 데이터베이스의 정의와 특징 데이터베이스의 정의 데이터베이스(DB; DataBase): 특정 조직의 여러 사용자가 공유하여 사용할 수 있도록 통합해서 저장한 운영데이터의 집합 - integrated data(통합 데이터): 최소..
· ASC
클라우드 컴퓨팅 클라우드 컴퓨팅이란? 클라우드 컴퓨팅은 IT 리소스를 인터넷을 통해 온디맨드로 제공하고 사용한 만큼만 비용을 지불하는 것을 말합니다. (AWS) 1. 민첩성 필요에 따라 리소스를 빠르게 구동하고 어플리케이션을 배포할 수 있다. 2. 탄력성 비즈니스 요구가 변화함에 따라 이러한 리소스를 확장하거나 축소하여 용량을 즉시 늘리거나 줄일 수 있다. 3. 비용 절감 클라우드를 통해 고정 비용(데이터 센터, 물리적 서버 등)을 가변 비용으로 전환하고, 사용한 만큼만 IT 비용을 지불할 수 있다. 직접 운영할 때보다 가변 비용이 훨씬 저렴하다. 4. 몇 분 만에 전 세계에 배포 클라우드를 사용하면 몇 분 만에 새로운 지리적 리전으로 확장하고 전 세계에 배포할 수 있다. IAM (Identity & A..
https://school.programmers.co.kr/learn/courses/30/lessons/176963 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 파이썬의 dictionary 자료형 문법을 잘 활용할 줄 알면 간단하게 풀 수 있는 문제이다. dictionary에서 key를 가지고 값을 가져올 때, dict[key] 로 가져오는 경우 해당 Key가 없으면 에러를 발생시킨다. 에러를 발생시키고 싶지 않은 경우에는 dict.get(key) 로 가져오면 None을 반환한다. def solution(name, yearning, photo): yea..
호프
Untitled