HOW TO LOGIN OPENXCELL AWS ACCOUNT
Login steps for openxcell AWS.
Step 1 : Raise ticket for AWS Access. ( mail address :
devops@openxcell.info )
[ Ticket will required only for new access ]
Hit this URL
Step 3 : Enter login I'd / password OR sign in with Google ( openxcell mail address )

Note : If You are not register in this panel kindly register account. ( Register button in below of sign in button )

STEP 4 : Choice AWS Account. Select
AWS account (1) -> Management Console (2)
Step 5 : After all this steps you can access console of OpenXcell - AWS.
Related Articles
Registering to OpenXcell SSO
Overview: Openxcell SSO, is an enterprise grade Identity Provider supporting Single-Sign-On Using various authentication protocols such as OIDC and SAML. To ensure single point of authentication and security across all the organization owned and ...
AWS Services
AWS also provides many other functionalities other than server like domain hosting, Email sending, Monitoring, Alerting, AI For a website, we can use the following basic AWS services 1. EC2- Elastic Compute Cloud It consists of Compute and ...
view logs in grafana openxcell
Hello Here, I'll outline every step for viewing the API-Development server's logs. technology is used, such as Java, Node.js, and Next.js. Step 1 : Login GRAFANA : https://grafana.openxcell.dev/login Note : Login with openxcell SSO Step 2 : Go to ...
AWS Free Tier
Some Common Frequently asked questions! 1. What is the capacity of free tier? How many users it can hold. - that entirely upon your application. We can test load balancing on that server after your application gets developed. Before that, it's ...
PostgreSQL basic commnad
How to connect AWS-RDS of PostgreSQL using terminal or CMD & basic of PostgreSQL - syntax format psql -h HOSTNAME --port=5432 -U USERNAME DATABASENAME -W -h = host or RDS Endpoint -p 5432 pre define port for postgresql -u user name for database ...