Skip to content

Commit 114a7f7

Browse files
committed
added SOA-C02 course
1 parent 19c1d92 commit 114a7f7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CloudMaster/Constants/Courses.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,24 @@ extension Course {
205205
),
206206
lastUpdate: nil
207207
),
208+
Course(
209+
fullName: "Certified SysOps-Administrator Associate",
210+
shortName: "SOA-C02",
211+
description:
212+
"Focuses on deploying, managing, and operating scalable, highly available, and secure systems on AWS with an emphasis on monitoring, automation, and performance optimization.",
213+
company: .aws,
214+
repositoryURL:
215+
"https://github.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers",
216+
questionURL:
217+
"https://raw.githubusercontent.com/Ditectrev/AWS-Certified-SysOps-Administrator-Associate-SOA-C02-Practice-Tests-Exams-Questions-Answers/refs/heads/main/README.md",
218+
url: "https://aws.amazon.com/certification/certified-sysops-admin-associate/",
219+
exam: Exam(
220+
quick: ExamDetail(time: 40, questionCount: 20),
221+
intermediate: ExamDetail(time: 84, questionCount: 49),
222+
real: ExamDetail(time: 120, questionCount: 65)
223+
),
224+
lastUpdate: nil
225+
),
208226
Course(
209227
fullName: "Azure Fundamentals",
210228
shortName: "AZ-900",

0 commit comments

Comments
 (0)