Skip to content

Commit ae8d3c7

Browse files
authored
Merge pull request #70552 from jneczypor/OSDOCS-8386
OSDOCS-8386: Migrate "Home" from rosaworkshop.io
2 parents b143a20 + 57b5843 commit ae8d3c7

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ Topics:
124124
Dir: cloud-experts-getting-started
125125
Distros: openshift-rosa
126126
Topics:
127+
- Name: What is ROSA
128+
File: cloud-experts-getting-started-what-is-rosa
127129
- Name: Deploying a cluster
128130
Dir: cloud-experts-getting-started-deploying
129131
Topics:
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="cloud-experts-getting-started-what-is-rosa"]
3+
= Tutorial: What is ROSA
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: cloud-experts-getting-started-what-is-rosa
6+
7+
toc::[]
8+
9+
//rosaworkshop.io content metadata
10+
//Brought into ROSA product docs 2024-01-18
11+
12+
Red Hat OpenShift Service on AWS (ROSA) is a fully-managed turnkey application platform that allows you to focus on what matters most, delivering value to your customers by building and deploying applications. Red Hat and AWS SRE experts manage the underlying platform so you do not have to worry about infrastructure management. ROSA provides seamless integration with a wide range of AWS compute, database, analytics, machine learning, networking, mobile, and other services to further accelerate the building and delivering of differentiating experiences to your customers.
13+
14+
ROSA makes use of AWS Security Token Service (STS) to obtain credentials to manage infrastructure in your AWS account. AWS STS is a global web service that creates temporary credentials for IAM users or federated users. ROSA uses this to assign short-term, limited-privilege, security credentials. These credentials are associated with IAM roles that are specific to each component that makes AWS API calls. This method aligns with the principals of least privilege and secure practices in cloud service resource management. The ROSA command line interface (CLI) tool manages the STS credentials that are assigned for unique tasks and takes action on AWS resources as part of OpenShift functionality.
15+
//For a detailed explanation, see "ROSA with STS Explained" (add xref when page is migrated).
16+
17+
A list of the account-wide and per-cluster roles is provided in the xref:../../rosa_architecture/rosa-sts-about-iam-resources.adoc#rosa-sts-account-wide-roles-and-policies-creation-methods_rosa-sts-about-iam-resources[ROSA documentation].
18+
19+
//== Creating your first ROSA cluster
20+
21+
//Watch this demo for a short preview of the cluster deployment process:
22+
//link:https://youtu.be/KbzUbXWs6Ck
23+
24+
//If you want an easy guide for creating your first ROSA cluster:
25+
26+
//. Review the xref:../../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prereqs[prerequisites].
27+
//. Visit the quickstart guide.
28+
29+
.Additional Resources
30+
31+
* ROSA product pages:
32+
** link:https://www.openshift.com/products/amazon-openshift[Red Hat product page]
33+
** link:https://aws.amazon.com/rosa/[AWS product page]
34+
** link:https://access.redhat.com/products/red-hat-openshift-service-aws[Red Hat customer portal]
35+
* ROSA specific resources
36+
** link:https://docs.aws.amazon.com/ROSA/latest/userguide/getting-started.html[AWS ROSA getting started guide]
37+
** xref:../../welcome/index.adoc#welcome-index[ROSA documentation]
38+
** xref:../../rosa_architecture/rosa_policy_service_definition/rosa-service-definition.adoc#rosa-service-definition[ROSA service definition]
39+
** xref:../../rosa_architecture/rosa_policy_service_definition/rosa-policy-responsibility-matrix.adoc#rosa-policy-responsibility-matrix[ROSA responsibility assignment matrix]
40+
** xref:../../rosa_architecture/rosa_policy_service_definition/rosa-policy-process-security.adoc#rosa-policy-process-security[Understanding Process and Security]
41+
** xref:../../rosa_architecture/rosa_policy_service_definition/rosa-policy-understand-availability.adoc#rosa-policy-understand-availability[About Availability]
42+
** xref:../../rosa_architecture/rosa_policy_service_definition/rosa-life-cycle.adoc#rosa-life-cycle[Updates Lifecycle]
43+
** xref:../../rosa_planning/rosa-limits-scalability.adoc#rosa-limits-scalability[Limits and Scalability]
44+
** link:https://red.ht/rosa-roadmap[ROSA roadmap]
45+
* link:https://learn.openshift.com[Learn about OpenShift]
46+
* link:https://console.redhat.com/OpenShift[OpenShift Cluster Manager]
47+
* link:https://support.redhat.com[Red Hat Support]

0 commit comments

Comments
 (0)