Amazon Solutions Architect Associate
Exam Notes
S3
- Stores objects (files) in "buckets" (directories)
- Buckets must have globally unique name
- Buckets are created at the region level
class ListNode { | |
constructor(data) { | |
this.data = data | |
this.next = null | |
} | |
} | |
class LinkedList { | |
constructor(head = null) { | |
this.head = head |
Amazon Solutions Architect Associate
Exam Notes
S3
RedHat's official notes on [Containerized Install](https://access.redhat.com/documentation/en-us/openshift_container_platform/3.6/html-single/release_notes/#ocp-36-installation 2.3.7.6)
Take a look at how to make an Inventory File