AWS CloudTrail vs New Relic

Need advice about which tool to choose?Ask the StackShare community!

AWS CloudTrail

294
280
+ 1
14
New Relic

21K
8.7K
+ 1
1.9K
Add tool

AWS CloudTrail vs New Relic: What are the differences?

Introduction AWS CloudTrail and New Relic are two cloud monitoring and logging services that provide organizations with valuable insights into their applications and infrastructure. However, there are some key differences between these two services that set them apart from each other.

  1. Data Collection: AWS CloudTrail focuses on tracking and logging actions taken on AWS services and resources. It captures detailed information about the API calls made by AWS services, allowing users to audit and monitor their AWS infrastructure. On the other hand, New Relic collects and analyzes performance data from applications and infrastructure across multiple cloud platforms, offering insights into application performance, user experience, and more. While CloudTrail focuses on AWS-specific actions, New Relic covers a broader range of platforms and services.

  2. Scope: AWS CloudTrail operates at the account level and provides a centralized view of all AWS actions within an account. It offers visibility into all regions and services within the same account. In contrast, New Relic operates at the application level, allowing users to monitor and analyze application performance and infrastructure across different accounts and environments. It provides a more granular and application-focused view of performance data.

  3. Alerting and Notifications: AWS CloudTrail provides basic alerting and notifications through Amazon SNS, allowing users to receive real-time notifications on specific events or actions. However, New Relic offers more advanced alerting capabilities, allowing users to define complex alert conditions based on custom metrics, thresholds, and anomalies. It provides more flexibility in configuring and managing alerts to ensure timely notifications and proactive response.

  4. Integration and Extensibility: AWS CloudTrail integrates seamlessly with other AWS services and tools, providing native integration and additional features like AWS CloudWatch for log monitoring. It also allows users to create custom workflows using AWS Lambda for automated responses. In comparison, New Relic offers a wide range of integrations with popular third-party tools and platforms, enabling users to connect and analyze data from various sources. It provides more flexibility in integrating with existing tools and workflows.

  5. Log Management and Analysis: AWS CloudTrail focuses primarily on capturing and storing logs of AWS API calls for auditing and compliance purposes. While it offers basic search and filtering capabilities, its log management and analysis features are limited compared to specialized log management tools. On the other hand, New Relic provides advanced log management and analysis capabilities, allowing users to search, filter, and visualize logs from applications and infrastructure. It offers powerful query and analysis options to gain deeper insights into log data.

  6. Cost Structure: AWS CloudTrail is included as part of the AWS service offerings and does not incur additional costs for enabling the service. However, users may incur costs for storing and accessing CloudTrail logs, depending on the storage duration and data transfer. New Relic, on the other hand, follows a subscription-based pricing model that is based on the number of monitored hosts and the level of features required. The cost of using New Relic can vary depending on the size and complexity of the monitored environment.

In Summary, AWS CloudTrail focuses on tracking and logging actions within AWS services, while New Relic provides broader application and infrastructure monitoring capabilities across multiple platforms. CloudTrail operates at the account level, while New Relic operates at the application level. New Relic offers more advanced alerting, integration, log management, and analysis capabilities compared to AWS CloudTrail. CloudTrail is included in AWS service offerings, while New Relic follows a subscription-based pricing model.

Advice on AWS CloudTrail and New Relic
Jigar Shah
Security Software Engineer at Pinterest · | 8 upvotes · 167.5K views

We would like to detect unusual config changes that can potentially cause production outage.

Such as, SecurityGroup new allow/deny rule, AuthZ policy change, Secret key/certificate rotation, IP subnet add/drop. The problem is the source of all of these activities is different, i.e., AWS IAM, Amazon EC2, internal prod services, envoy sidecar, etc.

Which of the technology would be best suitable to detect only IMP events (not all activity) from various sources all workload running on AWS and also Splunk Cloud?

See more
Replies (5)
Nati Abebe
Recommends
on
AWS ConfigAWS Config

For continuous monitoring and detecting unusual configuration changes, I would suggest you look into AWS Config.

AWS Config enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. Here is a list of supported AWS resources types and resource relationships with AWS Config https://docs.aws.amazon.com/config/latest/developerguide/resource-config-reference.html

Also as of Nov, 2019 - AWS Config launches support for third-party resources. You can now publish the configuration of third-party resources, such as GitHub repositories, Microsoft Active Directory resources, or any on-premises server into AWS Config using the new API. Here is more detail: https://docs.aws.amazon.com/config/latest/developerguide/customresources.html

If you have multiple AWS Account in your organization and want to detect changes there: https://docs.aws.amazon.com/config/latest/developerguide/aggregate-data.html

Lastly, if you already use Splunk Cloud in your enterprise and are looking for a consolidated view then, AWS Config is supported by Splunk Cloud as per their documentation too. https://aws.amazon.com/marketplace/pp/Splunk-Inc-Splunk-Cloud/B06XK299KV https://aws.amazon.com/marketplace/pp/Splunk-Inc-Splunk-Cloud/B06XK299KV

See more
Isaac Povey
Casual Software Engineer at Skedulo · | 6 upvotes · 74K views
Recommends
on
TerraformTerraform

While it won't detect events as they happen a good stop gap would be to define your infrastructure config using terraform. You can then periodically run the terraform config against your environment and alert if there are any changes.

See more
Matthew Rothstein
Recommends
on
Security MonkeySecurity Monkey

Consider using a combination of Netflix Security Monkey and AWS Guard Duty.

You can achieve automated detection and alerting, as well as automated recovery based on policies with these tools.

For instance, you could detect SecurityGroup rule changes that allow unrestricted egress from EC2 instances and then revert those changes automatically.

It's unclear from your post whether you want to detect events within the Splunk Cloud infrastructure or if you want to detect events indicated in data going to Splunk using the Splunk capabilities. If the latter, then Splunk has extremely rich capabilities in their query language and integrated alerting functions. With Splunk you can also run arbitrary Python scripts in response to certain events, so what you can't analyze and alert on with native functionality or plugins, you could write code to achieve.

See more
Vijayanand Narayanasharma
DevOps/TechOps Consultant at Qantas Loyalty · | 3 upvotes · 65K views
Recommends
on
AWS CloudTrailAWS CloudTrail

Well there are clear advantages of using either tools, it all boils down to what exactly are you trying to achieve with this i.e do you want to proactive monitoring or do you want debug an incident/issue. Splunk definitely is superior in terms of proactively monitoring your logs for unusal events, but getting the cloudtrail logs across to splunk would require some not so straight forward setup (Splunk has a blueprint for this setup which uses AWS kinesis/Firehose). Cloudtrail on the other had is available out of the box from AWS, the setup is quite simple and straight forward. But analysing the log could require you setup Glue crawlers and you might have to use AWS Athena to run SQL Like query.

Refer: https://docs.aws.amazon.com/athena/latest/ug/cloudtrail-logs.html

In my personal experience the cost/effort involved in setting up splunk is not worth it for smaller workloads, whereas the AWS Cloudtrail/Glue/Athena would be less expensive setup(comparatively).

Alternatively you could look at something like sumologic, which has better integration with cloudtrail as opposed to splunk. Hope that helps.

See more
Recommends
on
AWS CloudTrailAWS CloudTrail

I'd recommend using CloudTrail, it helped me a lot. But depending on your situation I'd recommed building a custom solution(like aws amazon-ssm-agent) which on configuration change makes an API call and logs them in grafana or kibana.

See more
Needs advice
on
DatadogDatadogNew RelicNew Relic
and
SysdigSysdig

We are looking for a centralised monitoring solution for our application deployed on Amazon EKS. We would like to monitor using metrics from Kubernetes, AWS services (NeptuneDB, AWS Elastic Load Balancing (ELB), Amazon EBS, Amazon S3, etc) and application microservice's custom metrics.

We are expected to use around 80 microservices (not replicas). I think a total of 200-250 microservices will be there in the system with 10-12 slave nodes.

We tried Prometheus but it looks like maintenance is a big issue. We need to manage scaling, maintaining the storage, and dealing with multiple exporters and Grafana. I felt this itself needs few dedicated resources (at least 2-3 people) to manage. Not sure if I am thinking in the correct direction. Please confirm.

You mentioned Datadog and Sysdig charges per host. Does it charge per slave node?

See more
Replies (3)
Recommends
on
DatadogDatadog

Can't say anything to Sysdig. I clearly prefer Datadog as

  • they provide plenty of easy to "switch-on" plugins for various technologies (incl. most of AWS)
  • easy to code (python) agent plugins / api for own metrics
  • brillant dashboarding / alarms with many customization options
  • pricing is OK, there are cheaper options for specific use cases but if you want superior dashboarding / alarms I haven't seen a good competitor (despite your own Prometheus / Grafana / Kibana dog food)

IMHO NewRelic is "promising since years" ;) good ideas but bad integration between their products. Their Dashboard query language is really nice but lacks critical functions like multiple data sets or advanced calculations. Needless to say you get all of that with Datadog.

Need help setting up a monitoring / logging / alarm infrastructure? Send me a message!

See more
Maik Schröder
Recommends
on
InstanaInstana

Hi Medeti,

you are right. Building based on your stack something with open source is heavy lifting. A lot of people I know start with such a set-up, but quickly run into frustration as they need to dedicated their best people to build a monitoring which is doing the job in a professional way.

As you are microservice focussed and are looking for 'low implementation and maintenance effort', you might want to have a look at INSTANA, which was built with modern tool stacks in mind. https://www.instana.com/apm-for-microservices/

We have a public sand-box available if you just want to have a look at the product once and of course also a free-trial: https://www.instana.com/getting-started-with-apm/

Let me know if you need anything on top.

See more
Attila Fulop
Management Advisor at artkonekt · | 2 upvotes · 358.7K views

I have hands on production experience both with New Relic and Datadog. I personally prefer Datadog over NewRelic because of the UI, the Documentation and the overall user/developer experience.

NewRelic however, can do basically the same things as Datadog can, and some of the features like alerting have been present in NewRelic for longer than in Datadog. The cool thing about NewRelic is their last-summer-updated pricing: you no longer pay per host but after data you send towards New Relic. This can be a huge cost saver depending on your particular setup

https://docs.newrelic.com/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new-relic-one-pricing-billing

I'd go for Datadog, but given you have lots of containers I would also make a cost calculation. If the price difference is significant and there's a budget constraint NewRelic might be the better choice.

See more
Decisions about AWS CloudTrail and New Relic
Attila Fulop

I haven't heard much about Datadog until about a year ago. Ironically, the NewRelic sales person who I had a series of trainings with was trash talking about Datadog a lot. That drew my attention to Datadog and I gave it a try at another client project where we needed log handling, dashboards and alerting.

In 2019, Datadog was already offering log management and from that perspective, it was ahead of NewRelic. Other than that, from my perspective, the two tools are offering a very-very similar set of tools. Therefore I wouldn't say there's a significant difference between the two, the decision is likely a matter of taste. The pricing is also very similar.

The reasons why we chose Datadog over NewRelic were:

  • The presence of log handling feature (since then, logging is GA at NewRelic as well since falls 2019).
  • The setup was easier even though I already had experience with NewRelic, including participation in NewRelic trainings.
  • The UI of Datadog is more compact and my experience is smoother.
  • The NewRelic UI is very fragmented and New Relic One is just increasing this experience for me.
  • The log feature of Datadog is very well designed, I find very useful the tagging logs with services. The log filtering is also very awesome.

Bottom line is that both tools are great and it makes sense to discover both and making the decision based on your use case. In our case, Datadog was the clear winner due to its UI, ease of setup and the awesome logging and alerting features.

See more
Benoit Larroque
Principal Engineer at Sqreen · | 4 upvotes · 456.5K views

I chose Datadog APM because the much better APM insights it provides (flamegraph, percentiles by default).

The drawbacks of this decision are we had to move our production monitoring to TimescaleDB + Telegraf instead of NR Insight

NewRelic is definitely easier when starting out. Agent is only a lib and doesn't require a daemon

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AWS CloudTrail
Pros of New Relic
  • 7
    Very easy setup
  • 3
    Good integrations with 3rd party tools
  • 2
    Very powerful
  • 2
    Backup to S3
  • 414
    Easy setup
  • 344
    Really powerful
  • 245
    Awesome visualization
  • 194
    Ease of use
  • 151
    Great ui
  • 106
    Free tier
  • 80
    Great tool for insights
  • 66
    Heroku Integration
  • 55
    Market leader
  • 49
    Peace of mind
  • 21
    Push notifications
  • 20
    Email notifications
  • 17
    Heroku Add-on
  • 16
    Error Detection and Alerting
  • 13
    Multiple language support
  • 11
    SQL Analysis
  • 11
    Server Resources Monitoring
  • 9
    Transaction Tracing
  • 8
    Apdex Scores
  • 8
    Azure Add-on
  • 7
    Analysis of CPU, Disk, Memory, and Network
  • 7
    Detailed reports
  • 6
    Performance of External Services
  • 6
    Error Analysis
  • 6
    Application Availability Monitoring and Alerting
  • 6
    Application Response Times
  • 5
    Most Time Consuming Transactions
  • 5
    JVM Performance Analyzer (Java)
  • 4
    Browser Transaction Tracing
  • 4
    Top Database Operations
  • 4
    Easy to use
  • 3
    Application Map
  • 3
    Weekly Performance Email
  • 3
    Pagoda Box integration
  • 3
    Custom Dashboards
  • 2
    Easy to setup
  • 2
    Background Jobs Transaction Analysis
  • 2
    App Speed Index
  • 1
    Super Expensive
  • 1
    Team Collaboration Tools
  • 1
    Metric Data Retention
  • 1
    Metric Data Resolution
  • 1
    Worst Transactions by User Dissatisfaction
  • 1
    Real User Monitoring Overview
  • 1
    Real User Monitoring Analysis and Breakdown
  • 1
    Time Comparisons
  • 1
    Access to Performance Data API
  • 1
    Incident Detection and Alerting
  • 1
    Best of the best, what more can you ask for
  • 1
    Best monitoring on the market
  • 1
    Rails integration
  • 1
    Free
  • 0
    Proce
  • 0
    Price
  • 0
    Exceptions
  • 0
    Cost

Sign up to add or upvote prosMake informed product decisions

Cons of AWS CloudTrail
Cons of New Relic
    Be the first to leave a con
    • 20
      Pricing model doesn't suit microservices
    • 10
      UI isn't great
    • 7
      Expensive
    • 7
      Visualizations aren't very helpful
    • 5
      Hard to understand why things in your app are breaking

    Sign up to add or upvote consMake informed product decisions

    What is AWS CloudTrail?

    With CloudTrail, you can get a history of AWS API calls for your account, including API calls made via the AWS Management Console, AWS SDKs, command line tools, and higher-level AWS services (such as AWS CloudFormation). The AWS API call history produced by CloudTrail enables security analysis, resource change tracking, and compliance auditing. The recorded information includes the identity of the API caller, the time of the API call, the source IP address of the API caller, the request parameters, and the response elements returned by the AWS service.

    What is New Relic?

    The world’s best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use AWS CloudTrail?
    What companies use New Relic?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with AWS CloudTrail?
    What tools integrate with New Relic?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    Jul 9 2019 at 7:22PM

    Blue Medora

    DockerPostgreSQLNew Relic+8
    11
    2485
    Jul 2 2019 at 9:34PM

    Segment

    Google AnalyticsAmazon S3New Relic+25
    10
    7037
    JavaScriptGitHubGit+33
    20
    2251
    GitHubPythonSlack+25
    7
    3344
    What are some alternatives to AWS CloudTrail and New Relic?
    AWS Config
    AWS Config is a fully managed service that provides you with an AWS resource inventory, configuration history, and configuration change notifications to enable security and governance. With AWS Config you can discover existing AWS resources, export a complete inventory of your AWS resources with all configuration details, and determine how a resource was configured at any point in time. These capabilities enable compliance auditing, security analysis, resource change tracking, and troubleshooting.
    AWS X-Ray
    It helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With this, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. It provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components.
    Splunk
    It provides the leading platform for Operational Intelligence. Customers use it to search, monitor, analyze and visualize machine data.
    Kibana
    Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch.
    Grafana
    Grafana is a general purpose dashboard and graph composer. It's focused on providing rich ways to visualize time series metrics, mainly though graphs but supports other ways to visualize data through a pluggable panel architecture. It currently has rich support for for Graphite, InfluxDB and OpenTSDB. But supports other data sources via plugins.
    See all alternatives