Posts

Google Error - 535-5.7.8 Username and Password not accepted (SMTP Error)

Image
  If you receive this error when sending email through SMTP. Please check below settings in that smtp  account. Step 1- Login into smtp account through web(Browser login) Step 2- Less Secure Apps (Inbox Side): Open this url in same tab after login https://myaccount.google.com/lesssecureapps?pli=1 Step 3- Settings should be same below.  

How to save git token key to avoid again and again put manually

  To avoid entering your Git token key manually every time, you can use Git's credential helper to save and cache your credentials. The following steps outline how to set it up: 1.Open a terminal or command prompt. 2. Set up the Git credential helper by running the following command: git config --global credential.helper cache This command configures Git to use the cache credential helper, which will store your credentials in memory for a certain period of time. 3.Set the cache timeout (optional): git config --global credential.helper 'cache --timeout=3600' This command sets the cache timeout to 3600 seconds (1 hour). After this period of inactivity, Git will prompt you to enter your credentials again. 4.The next time you interact with a remote Git repository that requires authentication, enter your username and password (or token) as you normally would. Git will cache these credentials for the specified timeout period. From now on, you won't have to enter your Git toke

How to delete AWS NAT gateway and Interface

How to delete AWS NAT gateway- If you no longer need a NAT gateway, you can delete it. After you delete a NAT gateway, its entry remains visible in the Amazon VPC console for about an hour, after which it's automatically removed. You cannot remove this entry yourself. Deleting a NAT gateway disassociates its Elastic IP address, but does not release the address from your account. If you delete a NAT gateway, the NAT gateway routes remain in a blackhole status until you delete or update the routes. Below are the steps to perform this task. 1. Open the Amazon VPC console at https://console.aws.amazon.com/vpc/. 2 .In the navigation pane, choose NAT Gateways. 3. Select the radio button for the NAT gateway, and then choose Actions, Delete NAT gateway. 4.When prompted for confirmation, enter delete and then choose Delete. How to delete AWS  interface- Below are the steps to perform this task 1.Open the Amazon VPC console at https://console.aws.amazon.com/vpc/. 2.In the navigation pane, ch

How to run Elastic Beanstalk Application on SSL (https)

To run an Elastic Beanstalk application on SSL (https), you need to perform the following steps: Obtain an SSL certificate: First, you need to obtain an SSL certificate for your domain. You can either purchase one from a certificate authority or use a free SSL certificate from Let's Encrypt.       2.  Upload the SSL certificate to AWS Certificate Manager (ACM): Once you have obtained   the SSL certificate, you need to upload it to the AWS Certificate Manager (ACM). ACM is a service that lets you manage SSL/TLS certificates for your AWS resources. 3. Configure your Elastic Beanstalk environment: Next, you need to configure your Elastic Beanstalk environment to use the SSL certificate. You can do this by adding a listener to your Elastic Load Balancer (ELB) that is used by your Elastic Beanstalk environment. 4. Configure your DNS: Finally, you need to configure your DNS to route traffic to the HTTPS endpoint. You can do this by adding a CNAME record to your DNS provider that point

Moving your career into the cloud, Why ?

  Moving your career into the cloud can provide many benefits and opportunities for growth. Here are some reasons why you should consider it: 1. High demand: Cloud computing is in high demand as businesses and organizations shift their infrastructure and services to the cloud. This means that there are plenty of job opportunities in the field, and it's likely that the demand will continue to grow. 2. Flexibility: Cloud computing allows for greater flexibility in terms of where and when you work. Many cloud computing jobs can be done remotely, which can provide more flexibility in terms of scheduling and location. 3. Constant innovation: The cloud is a fast-paced and constantly evolving field, with new technologies and tools being developed all the time. This means that there is always something new to learn and new opportunities for growth. 4. Competitive salaries: Cloud computing professionals are in high demand, which can lead to competitive salaries and benefits. Opportuniti

AWS Cloud Financial management

 AWS Cloud Financial Management involves effectively managing the cost of using AWS services to ensure that the organization achieves maximum value from its cloud investment. Here are some key concepts to consider for managing your AWS cloud financials: Understand the AWS pricing model: AWS offers a pay-as-you-go pricing model, which means that you only pay for what you use. However, it's important to understand the various pricing components, such as compute, storage, data transfer, and other services to plan for and optimize costs. Establish cost management practices: AWS offers various tools for monitoring and analyzing usage and costs, such as AWS Cost Explorer, AWS Budgets, and AWS Cost Anomaly Detection. Establishing cost management practices, including setting budgets, defining cost allocation tags, and regularly reviewing usage and costs, can help you manage and optimize your cloud spend. Optimize usage and costs: There are several strategies for optimizing your usage an

AWS pricing model

AWS uses a pay-as-you-go pricing model, which means that you only pay for the services that you actually use, and you are not required to make any upfront payments or long-term commitments. This can be a cost-effective way to use cloud services, especially if your usage patterns are unpredictable or if you need to scale up or down quickly. There are several factors that can affect the cost of using AWS services, including: 1.The type and quantity of services that you use 2.The region where you use the services 3.The amount of data transfer or storage that you use 4.The duration of your usage To get a more detailed understanding of the pricing for specific AWS services, you can refer to the AWS pricing page: https://aws.amazon.com/pricing/ Additionally, AWS provides a cost management tool called AWS Cost Explorer that allows you to view and analyze your AWS costs, and provides recommendations on how to optimize your spending. You can learn more about AWS Cost Explorer here: https://aws.