Related Articles
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 ...
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 2 : https://openxcelldev.awsapps.com/start#/ Step 3 : Enter login I'd / ...
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 ...
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 ...
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 ...