Nitin Agrawal
Contact -
  • Home
  • Interviews
    • Secret Receipe
    • InterviewFacts
    • Resume Thoughts
    • Daily Coding Problems
    • BigShyft
    • CompanyInterviews >
      • InvestmentBanks >
        • ECS
        • Bank Of America
        • WesternUnion
        • WellsFargo
      • ProductBasedCompanies >
        • CA Technologies
        • Model N India
        • Verizon Media
        • Oracle & GoJek
        • IVY Computec
        • Nvidia
        • ClearWaterAnalytics
        • ADP
        • ServiceNow
        • Pubmatic
        • Expedia
        • Amphora
        • CDK Global
        • CDK Global
        • Epic
        • Sincro-Pune
        • Whiz.AI
        • ChargePoint
      • ServiceBasedCompanies >
        • Altimetrik
        • ASG World Wide Pvt Ltd
        • Paraxel International & Pramati Technologies Pvt Ltd
        • MitraTech
        • Intelizest Coding Round
        • EPAM
    • Interviews Theory
  • Programming Languages
    • Java Script >
      • Tutorials
      • Code Snippets
    • Reactive Programming >
      • Code Snippets
    • R
    • DataStructures >
      • LeetCode Problems
      • AnagramsSet
    • Core Java >
      • Codility
      • Program Arguments OR VM arguments & Environment variables
      • Java Releases
      • Threading >
        • ThreadsOrder
        • ProducerConsumer
        • Finalizer
        • RaceCondition
        • Executors
        • Future Or CompletableFuture
      • Important Points
      • Immutability
      • Dictionary
      • URL Validator
    • Julia
    • Python >
      • Decorators
      • String Formatting
      • Generators_Threads
      • JustLikeThat
    • Go >
      • Tutorial
      • CodeSnippet
      • Go Routine_Channel
      • Suggestions
    • Methodologies & Design Patterns >
      • Design Principles
      • Design Patterns >
        • TemplatePattern
        • Adapter Design Pattern
        • Decorator
        • Proxy
        • Lazy Initialization
        • CombinatorPattern
        • RequestChaining
        • Singleton >
          • Singletons
  • Frameworks
    • Apache Velocity
    • Spring >
      • Spring Boot >
        • CustomProperties
        • ExceptionHandling
        • Issues
      • Quick View
    • Rest WebServices >
      • Interviews
      • Swagger
    • Cloudera BigData >
      • Ques_Ans
      • Hive
      • Apache Spark >
        • ApacheSpark Installation
        • SparkCode
        • Sample1
        • DataFrames
        • RDDs
        • SparkStreaming
        • SparkFiles
    • Integration >
      • Apache Camel
    • Testing Frameworks >
      • JUnit >
        • JUnit Runners
      • EasyMock
      • Mockito >
        • Page 2
      • TestNG
    • Blockchain >
      • Ethereum Smart Contract
      • Blockchain Java Example
    • Microservices >
      • Messaging Formats
      • Design Patterns
    • AWS >
      • Honeycode
    • Dockers >
      • GitBash
      • Issues
  • Databases
    • MySql
    • Oracle >
      • Interview1
      • SQL Queries
    • Elastic Search
  • Random issues
    • TOAD issue
    • Architect's suggestions
  • Your Views
Here I will try to put the issues I got during AWS use & the workaround or Solution I used for those.
​
Issue :
Billing metrics is not available to create the alarm in AWS.
Solution : Check if you are pointing to region US East (N. Virginia). Billing metric data is stored in this Region and reflects
                 worldwide charges.

Issue : Creation of Security Groups. When you create a new Security Group & as the page having list of Security Groups is                  loaded then control returns back to the previously selected SecurityGroup, so keep this in mind before making any
            change in your new Group, as shown in below image.
            Another missing feature on Security Group page is the help for the circled clickable icons.
Solution : 1st icon minimizes the property window of security group, second is the default size & third one maximizes the
                 window.

Picture
 A good article to read, though it is old one & many things would have changed by the time you read it.
https://www.percona.com/blog/2018/07/17/when-should-i-use-amazon-aurora-and-when-should-i-use-rds-mysql/
running-containerized-microservices-on-aws.pdf
File Size: 344 kb
File Type: pdf
Download File

 Issue : I am connected to my AWS on CLI using Access Key ID & Secret Access Key. But I didn't save those credentials anywhere on my machine & now I need to connect to my AWS on another CLI window simultaneously.
     How can I do this?

Solution : If you are still connected to AWS in any one CLI then you get those credentials. Just Do -
  > cd ~/.aws
  > ls


You will credentials file there.
  > cat credentials

Now you have those credentials to use.

===============================================================================================
If I connect to my AWS on different CLI to the same EC2 instance then I am able to see the commands list which I used earlier. Condition is instance should be same.

===============================================================================================
practicing-continuous-integration-continuous-delivery-on-aws.pdf
File Size: 1587 kb
File Type: pdf
Download File

Powered by Create your own unique website with customizable templates.