diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md
index ed76338775..3dc0f8ba35 100644
--- a/ui/CHANGELOG.md
+++ b/ui/CHANGELOG.md
@@ -8,6 +8,7 @@ All notable changes to the **Prowler UI** are documented in this file.
- Add a new chart to show the split between passed and failed findings. [(#7680)](https://github.com/prowler-cloud/prowler/pull/7680)
- Added `Accordion` component. [(#7700)](https://github.com/prowler-cloud/prowler/pull/7700)
+- Added an AWS CloudFormation Quick Link to the IAM Role credentials step [(#7735)](https://github.com/prowler-cloud/prowler/pull/7735)
### 🐞 Fixes
diff --git a/ui/components/providers/workflow/credentials-role-helper.tsx b/ui/components/providers/workflow/credentials-role-helper.tsx
index 896fd657a7..855a3e6fab 100644
--- a/ui/components/providers/workflow/credentials-role-helper.tsx
+++ b/ui/components/providers/workflow/credentials-role-helper.tsx
@@ -1,9 +1,11 @@
"use client";
import { Snippet } from "@nextui-org/react";
-import Link from "next/link";
import { useSession } from "next-auth/react";
+import { CustomButton } from "@/components/ui/custom";
+import { getAWSCredentialsTemplateLinks } from "@/lib";
+
export const CredentialsRoleHelper = () => {
const { data: session } = useSession();
@@ -12,24 +14,50 @@ export const CredentialsRoleHelper = () => {
A new read-only IAM role must be manually created.
+
+
+
+ Use the following AWS CloudFormation Quick Link to deploy the IAM Role
+
+
+
+
+
+ or
+
+
+
+
Use one of the following templates to create the IAM role: