1. Oracle Cloud Console
Console은 사용자 및 권한 외에도 인스턴스, 클라우드 네트워크 및 스토리지 볼륨을 생성하고 관리하기 위한 직관적인 그래픽 인터페이스이다.
https://docs.oracle.com/en-us/iaas/Content/GSG/Concepts/console.htm#top
Get to Know the Console
Use the Launch resources tiles to navigate directly to common tasks, such as creating a VM instance, setting up a network with a wizard, and setting up a load balancer. Use these links to set up your environment.
docs.oracle.com
2. API
OCI API는 HTTPS 요청 및 응답을 사용하는 일반적인 REST API이다.
https://docs.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#Request
REST APIs
If you send an empty string ("") as the value of an optional parameter, the API validates the value as normal (for example, checks against minimum and maximum allowed length, and so on). Often the minimum allowed length is 1, so an error would be returned.
docs.oracle.com
3. SDKs
OCI API와 쉽게 통합하기 위해 몇 가지 소프트웨어 개발 키트(Java, Ruby 및 Python용 SDK 등)를 사용할 수 있다.
https://docs.oracle.com/en-us/iaas/Content/devtoolshome.htm#top
Developer Resources
docs.oracle.com
4. 명령줄 인터페이스(CLI)
일부 서비스에서는 명령줄 인터페이스를 사용할 수 있다.
https://docs.oracle.com/en-us/iaas/Content/devtoolshome.htm#top
Developer Resources
docs.oracle.com
5. Terraform
지속성, 버전 관리 및 공유가 가능한 파일에 인프라 리소스를 정의할 수 있는 "Infrastructure as Code(IaC)" 소프트웨어이다.
Getting Started
After your installation is complete, or if you're using the Cloud Shell, you can write a sample playbook that uses Ansible modules. Following is an example playbook (named list_buckets.yml) that uses the oci_object_storage_bucket_facts module to fetch fact
docs.oracle.com
6. Ansible
Ansible을 사용하여 클라우드 인프라의 구성 및 프로비저닝, 소프트웨어 자산의 배포 및 업데이트, 복잡한 운영 프로세스 오케스트레이션을 자동화한다.
Getting Started
After your installation is complete, or if you're using the Cloud Shell, you can write a sample playbook that uses Ansible modules. Following is an example playbook (named list_buckets.yml) that uses the oci_object_storage_bucket_facts module to fetch fact
docs.oracle.com
7. Resource Manager
이 OCI 서비스를 사용하여 OCI 자원의 프로비저닝 프로세스를 자동화한다. Terraform을 사용하는 경우 Resource Manager는 IaC 모델을 사용하여 자원을 설치, 구성 및 관리할 수 있다.
https://docs.oracle.com/iaas/Content/ResourceManager/home.htm
Resource Manager
docs.oracle.com
'Cloud > OCI(Oracle Cloud Infrastructure)' 카테고리의 다른 글
[OCI] 컴파트먼트(Compartment), 그룹(Group), 유저(User), 정책(Policy) 생성 (Feat. 유저 로그인) (0) | 2024.06.16 |
---|---|
[OCI] 가상 클라우드 네트워크(VCN) 주요 구성 (Feat. VCN 생성 실습) (0) | 2024.06.16 |
[OCI] 오라클 클라우드 계정 생성 (Feat. Free Tier 및 2단계 인증) (0) | 2024.06.15 |
[OCI] Oracle Cloud의 기본 사항 (1) | 2024.06.12 |
OCI(Oracle Cloud Infrastructure)의 주요 서비스명(feat. AWS) (2) | 2024.05.10 |
개인 공부 목적으로 사용하는 블로그입니다 :)
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!