Part1-Session24|Mulesoft Telugu Tutorial|Anypoint Access Management|How to create Roles and Env's

Опубликовано: 11 Март 2026
на канале: Mulesoft
600
12

‪@hb_mulesoftTechworld‬

#mulesoft #anypoint platform

In this session you will learn How to Access and Manage Anypoint Platform Account using Access Management.

Session Content
==============
Access Management
::
Access Management is a feature in Anypoint platform to manage and Organize the API's, Assets, Applications using role based access mechanism.

We can
::
create Business groups
Add or Manage Users
Create Custom Roles
Create Environments
Add External Organisations
Create VPC's
Create DLB's
Create Static IP

VPC and Loadbalancer
==

Shared Load balancer/ Common for all useraccounts
8081 for http
8082 for https

When we deploy API's in cloudhub bydefault added in Shared Load balancer.

And API's deployed on Shared loadbalancer, will have below extension.

http://{app-name}-region.cloudhub.io/resource
eg: http://hbt-dev-employees-api.us-e2.cl...

Dedicated LB, is private to the organisation
8091 http
8092 https

We need to create VPC to configure DLB

If there are any Databases/any other systems, we can access them from Cloudhub based on IP address.
VPC we need to configure the ip address in allowed list.

API's deployed to DLB will have the domain name or service url as per our configuration.

http://dlbname/{app-name}/resources


eg: http://api-lb-nonprod/hbt-dev-employees-api/employees